Class: Mangadex::Artist
- Inherits:
-
Author
- Object
- MangadexObject
- Author
- Mangadex::Artist
- Defined in:
- lib/mangadex/artist.rb
Instance Attribute Summary
Attributes included from Internal::WithAttributes
#attributes, #id, #related_type, #relationships, #type
Instance Method Summary collapse
-
#artist? ⇒ Boolean
Indicates if this is an artist.
Methods inherited from Author
create, delete, get, inspect_attributes, list, update
Methods inherited from MangadexObject
attributes_to_inspect, #eq?, #hash, #initialize, #inspect
Constructor Details
This class inherits a constructor from Mangadex::MangadexObject
Instance Method Details
#artist? ⇒ Boolean
Indicates if this is an artist
9 10 11 |
# File 'lib/mangadex/artist.rb', line 9 def artist? true end |