Module: Mangadex::Internal::WithAttributes

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes.



10
11
12
# File 'lib/mangadex/internal/with_attributes.rb', line 10

def attributes
  @attributes
end

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/mangadex/internal/with_attributes.rb', line 10

def id
  @id
end

#relationshipsObject

Returns the value of attribute relationships.



10
11
12
# File 'lib/mangadex/internal/with_attributes.rb', line 10

def relationships
  @relationships
end

#typeObject

Returns the value of attribute type.



10
11
12
# File 'lib/mangadex/internal/with_attributes.rb', line 10

def type
  @type
end