Module: Mangadex::Internal::WithAttributes
- Extended by:
- ActiveSupport::Concern
- Included in:
- Chapter, MangadexObject
- Defined in:
- lib/mangadex/internal/with_attributes.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#id ⇒ Object
Returns the value of attribute id.
-
#related_type ⇒ Object
Returns the value of attribute related_type.
-
#relationships ⇒ Object
Returns the value of attribute relationships.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
10 11 12 |
# File 'lib/mangadex/internal/with_attributes.rb', line 10 def attributes @attributes end |
#id ⇒ Object
Returns the value of attribute id.
10 11 12 |
# File 'lib/mangadex/internal/with_attributes.rb', line 10 def id @id end |
#related_type ⇒ Object
Returns the value of attribute related_type.
10 11 12 |
# File 'lib/mangadex/internal/with_attributes.rb', line 10 def end |
#relationships ⇒ Object
Returns the value of attribute relationships.
10 11 12 |
# File 'lib/mangadex/internal/with_attributes.rb', line 10 def relationships @relationships end |
#type ⇒ Object
Returns the value of attribute type.
10 11 12 |
# File 'lib/mangadex/internal/with_attributes.rb', line 10 def type @type end |