Class: Uber::Product
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#description ⇒ Object
Returns the value of attribute description.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#image ⇒ Object
Returns the value of attribute image.
-
#product_id ⇒ Object
Returns the value of attribute product_id.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
4 5 6 |
# File 'lib/uber/models/product.rb', line 4 def capacity @capacity end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/uber/models/product.rb', line 4 def description @description end |
#display_name ⇒ Object
Returns the value of attribute display_name.
4 5 6 |
# File 'lib/uber/models/product.rb', line 4 def display_name @display_name end |
#image ⇒ Object
Returns the value of attribute image.
4 5 6 |
# File 'lib/uber/models/product.rb', line 4 def image @image end |
#product_id ⇒ Object
Returns the value of attribute product_id.
4 5 6 |
# File 'lib/uber/models/product.rb', line 4 def product_id @product_id end |