Class: Awis::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idObject

Returns the value of attribute access_key_id.



8
9
10
# File 'lib/awis/config.rb', line 8

def access_key_id
  @access_key_id
end

#debugObject

Returns the value of attribute debug.



8
9
10
# File 'lib/awis/config.rb', line 8

def debug
  @debug
end

#loggerObject

Returns the value of attribute logger.



8
9
10
# File 'lib/awis/config.rb', line 8

def logger
  @logger
end

#open_timeoutObject

Returns the value of attribute open_timeout.



8
9
10
# File 'lib/awis/config.rb', line 8

def open_timeout
  @open_timeout
end

#protocolObject

Returns the value of attribute protocol.



8
9
10
# File 'lib/awis/config.rb', line 8

def protocol
  @protocol
end

#proxyObject

Returns the value of attribute proxy.



8
9
10
# File 'lib/awis/config.rb', line 8

def proxy
  @proxy
end

#secret_access_keyObject

Returns the value of attribute secret_access_key.



8
9
10
# File 'lib/awis/config.rb', line 8

def secret_access_key
  @secret_access_key
end

#timeoutObject

Returns the value of attribute timeout.



8
9
10
# File 'lib/awis/config.rb', line 8

def timeout
  @timeout
end