Class: Uber::Product
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#cash_enabled ⇒ Object
Returns the value of attribute cash_enabled.
-
#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.
-
#price_details ⇒ Object
Returns the value of attribute price_details.
-
#product_id ⇒ Object
Returns the value of attribute product_id.
-
#shared ⇒ Object
Returns the value of attribute shared.
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.
3 4 5 |
# File 'lib/uber/models/product.rb', line 3 def capacity @capacity end |
#cash_enabled ⇒ Object
Returns the value of attribute cash_enabled.
3 4 5 |
# File 'lib/uber/models/product.rb', line 3 def cash_enabled @cash_enabled end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/uber/models/product.rb', line 3 def description @description end |
#display_name ⇒ Object
Returns the value of attribute display_name.
3 4 5 |
# File 'lib/uber/models/product.rb', line 3 def display_name @display_name end |
#image ⇒ Object
Returns the value of attribute image.
3 4 5 |
# File 'lib/uber/models/product.rb', line 3 def image @image end |
#price_details ⇒ Object
Returns the value of attribute price_details.
3 4 5 |
# File 'lib/uber/models/product.rb', line 3 def price_details @price_details end |
#product_id ⇒ Object
Returns the value of attribute product_id.
3 4 5 |
# File 'lib/uber/models/product.rb', line 3 def product_id @product_id end |
#shared ⇒ Object
Returns the value of attribute shared.
3 4 5 |
# File 'lib/uber/models/product.rb', line 3 def shared @shared end |