Module: Mangadex::Internal::WithAttributes

Extended by:
Concern
Included in:
Chapter, MangadexObject
Defined in:
lib/mangadex/internal/with_attributes.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Concern

append_features, class_methods, extended, included, prepend_features, prepended

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes.



8
9
10
# File 'lib/mangadex/internal/with_attributes.rb', line 8

def attributes
  @attributes
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/mangadex/internal/with_attributes.rb', line 8

def id
  @id
end

Returns the value of attribute related_type.



8
9
10
# File 'lib/mangadex/internal/with_attributes.rb', line 8

def related_type
  @related_type
end

#relationshipsObject

Returns the value of attribute relationships.



8
9
10
# File 'lib/mangadex/internal/with_attributes.rb', line 8

def relationships
  @relationships
end

#typeObject

Returns the value of attribute type.



8
9
10
# File 'lib/mangadex/internal/with_attributes.rb', line 8

def type
  @type
end