Class: Mangadex::Tag
- Inherits:
-
MangadexObject
- Object
- MangadexObject
- Mangadex::Tag
- Defined in:
- lib/mangadex/tag.rb
Instance Attribute Summary
Attributes included from Internal::WithAttributes
#attributes, #id, #related_type, #relationships, #type
Class Method Summary collapse
Methods inherited from MangadexObject
#eq?, #hash, #initialize, #inspect
Constructor Details
This class inherits a constructor from Mangadex::MangadexObject
Class Method Details
.attributes_to_inspect ⇒ Object
11 12 13 |
# File 'lib/mangadex/tag.rb', line 11 def self.attributes_to_inspect i(name) end |
.list ⇒ Object
7 8 9 |
# File 'lib/mangadex/tag.rb', line 7 def self.list Mangadex::Manga.tag_list end |