Class: YandexClient::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/yandex_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



14
15
16
# File 'lib/yandex_client.rb', line 14

def api_key
  @api_key
end

#api_secretObject

Returns the value of attribute api_secret

Returns:

  • (Object)

    the current value of api_secret



14
15
16
# File 'lib/yandex_client.rb', line 14

def api_secret
  @api_secret
end

#connect_timeoutObject

Returns the value of attribute connect_timeout

Returns:

  • (Object)

    the current value of connect_timeout



14
15
16
# File 'lib/yandex_client.rb', line 14

def connect_timeout
  @connect_timeout
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



14
15
16
# File 'lib/yandex_client.rb', line 14

def logger
  @logger
end

#read_timeoutObject

Returns the value of attribute read_timeout

Returns:

  • (Object)

    the current value of read_timeout



14
15
16
# File 'lib/yandex_client.rb', line 14

def read_timeout
  @read_timeout
end

#write_timeoutObject

Returns the value of attribute write_timeout

Returns:

  • (Object)

    the current value of write_timeout



14
15
16
# File 'lib/yandex_client.rb', line 14

def write_timeout
  @write_timeout
end