Class: Caliper::Options

Inherits:
Object
  • Object
show all
Defined in:
lib/caliper/options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



24
25
26
# File 'lib/caliper/options.rb', line 24

def api_key
  @api_key
end

#connection_request_time_outObject

Returns the value of attribute connection_request_time_out.



25
26
27
# File 'lib/caliper/options.rb', line 25

def connection_request_time_out
  @connection_request_time_out
end

#connection_time_outObject

Returns the value of attribute connection_time_out.



26
27
28
# File 'lib/caliper/options.rb', line 26

def connection_time_out
  @connection_time_out
end

#hostObject

Returns the value of attribute host.



23
24
25
# File 'lib/caliper/options.rb', line 23

def host
  @host
end

#socket_time_outObject

Returns the value of attribute socket_time_out.



27
28
29
# File 'lib/caliper/options.rb', line 27

def socket_time_out
  @socket_time_out
end