Class: Mangadex::Artist

Inherits:
Author show all
Defined in:
lib/mangadex/artist.rb

Instance Attribute Summary

Attributes included from Internal::WithAttributes

#attributes, #id, #related_type, #relationships, #type

Instance Method Summary collapse

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

Returns:

  • (Boolean)

    whether this is an artist or not.



9
10
11
# File 'lib/mangadex/artist.rb', line 9

def artist?
  true
end