Class: Uber::Time

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/time.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#display_nameObject

Returns the value of attribute display_name.



3
4
5
# File 'lib/uber/models/time.rb', line 3

def display_name
  @display_name
end

#estimateObject

Returns the value of attribute estimate.



3
4
5
# File 'lib/uber/models/time.rb', line 3

def estimate
  @estimate
end

#product_idObject

Returns the value of attribute product_id.



3
4
5
# File 'lib/uber/models/time.rb', line 3

def product_id
  @product_id
end