Class: Property
- Inherits:
-
Struct
- Object
- Struct
- Property
- Defined in:
- lib/spree_client/models/property.rb
Overview
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#presentation ⇒ Object
Returns the value of attribute presentation.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/spree_client/models/property.rb', line 2 def id @id end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/spree_client/models/property.rb', line 2 def name @name end |
#presentation ⇒ Object
Returns the value of attribute presentation
2 3 4 |
# File 'lib/spree_client/models/property.rb', line 2 def presentation @presentation end |
Instance Method Details
#to_s ⇒ Object
3 4 5 |
# File 'lib/spree_client/models/property.rb', line 3 def to_s 'property'.freeze end |