Class: Mangadex::Tag

Inherits:
MangadexObject show all
Defined in:
lib/mangadex/tag.rb

Instance Attribute Summary

Attributes included from Internal::WithAttributes

#attributes, #id, #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_inspectObject



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

def self.attributes_to_inspect
  %i(name)
end