Class: Sndacs::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/sndacs/config.rb

Class Attribute Summary collapse

Class Attribute Details

.access_key_idObject

Returns the value of attribute access_key_id.



9
10
11
# File 'lib/sndacs/config.rb', line 9

def access_key_id
  @access_key_id
end

.chunk_sizeObject

Returns the value of attribute chunk_size.



17
18
19
# File 'lib/sndacs/config.rb', line 17

def chunk_size
  @chunk_size
end

.content_hostObject

Returns the value of attribute content_host.



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

def content_host
  @content_host
end

.debugObject

Returns the value of attribute debug.



18
19
20
# File 'lib/sndacs/config.rb', line 18

def debug
  @debug
end

.hostObject

Returns the value of attribute host.



13
14
15
# File 'lib/sndacs/config.rb', line 13

def host
  @host
end

.proxyObject

Returns the value of attribute proxy.



12
13
14
# File 'lib/sndacs/config.rb', line 12

def proxy
  @proxy
end

.secret_access_keyObject

Returns the value of attribute secret_access_key.



10
11
12
# File 'lib/sndacs/config.rb', line 10

def secret_access_key
  @secret_access_key
end

.timeoutObject

Returns the value of attribute timeout.



15
16
17
# File 'lib/sndacs/config.rb', line 15

def timeout
  @timeout
end

.use_sslObject

Returns the value of attribute use_ssl.



16
17
18
# File 'lib/sndacs/config.rb', line 16

def use_ssl
  @use_ssl
end