Class: Google::Directions::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/google/directions/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



6
7
8
# File 'lib/google/directions/config.rb', line 6

def client_id
  @client_id
end

#connect_timeoutObject

Returns the value of attribute connect_timeout.



6
7
8
# File 'lib/google/directions/config.rb', line 6

def connect_timeout
  @connect_timeout
end

#private_keyObject

Returns the value of attribute private_key.



6
7
8
# File 'lib/google/directions/config.rb', line 6

def private_key
  @private_key
end

#signObject

Returns the value of attribute sign.



6
7
8
# File 'lib/google/directions/config.rb', line 6

def sign
  @sign
end

#timeoutObject

Returns the value of attribute timeout.



6
7
8
# File 'lib/google/directions/config.rb', line 6

def timeout
  @timeout
end