Class: Uber::Time
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#estimate ⇒ Object
Returns the value of attribute estimate.
-
#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
#display_name ⇒ Object
Returns the value of attribute display_name.
3 4 5 |
# File 'lib/uber/models/time.rb', line 3 def display_name @display_name end |
#estimate ⇒ Object
Returns the value of attribute estimate.
3 4 5 |
# File 'lib/uber/models/time.rb', line 3 def estimate @estimate end |
#product_id ⇒ Object
Returns the value of attribute product_id.
3 4 5 |
# File 'lib/uber/models/time.rb', line 3 def product_id @product_id end |