Class: Mangadex::Tag

Inherits:
MangadexObject show all
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

Methods included from Concern

#append_features, #class_methods, extended, #included, #prepend_features, #prepended

Constructor Details

This class inherits a constructor from Mangadex::MangadexObject

Class Method Details

.attributes_to_inspectObject



11
12
13
# File 'lib/mangadex/tag.rb', line 11

def self.attributes_to_inspect
  %i(name)
end

.listObject



7
8
9
# File 'lib/mangadex/tag.rb', line 7

def self.list
  Mangadex::Manga.tag_list
end