class Uber::Estimates::ResponseTypes::Time
Attributes
estimate[R]
Public Class Methods
new(raw_hash)
click to toggle source
Calls superclass method
Uber::Estimates::ResponseTypes::BaseResponse::new
# File lib/uber/estimates/response_types/time.rb, line 7 def initialize(raw_hash) super(raw_hash) @estimate = raw_hash['estimate'] end