media_arts_db 0.1.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,29 +0,0 @@
1
- module MediaArtsDb
2
-
3
- # 未実装
4
- # Comicの各要素をクラス化して使う方式
5
- module Comic
6
-
7
- class SearchResult < HttpBase
8
- attr_accessor :type, :title, :comic_works_id, :magazine_works_id, :auther,
9
- :tags, :total_comic_volume, :total_magazine_volume, :documents,
10
- :original_picture, :other
11
-
12
- def get_comic_works(comic_works_id)
13
- end
14
- end
15
-
16
- class ComicWorks
17
- # 作品名、著者名、タグ、単行本全巻、雑誌掲載作品、資料、原画、その他
18
- def initialize(params)
19
-
20
- end
21
- end
22
-
23
- class MagazineWorks
24
-
25
- end
26
-
27
- end
28
-
29
- end