class Uber::Estimates::ResponseTypes::Time

Attributes

estimate[R]

Public Class Methods

new(raw_hash) click to toggle source
# File lib/uber/estimates/response_types/time.rb, line 7
def initialize(raw_hash)
  super(raw_hash)
  @estimate = raw_hash['estimate']
end