Class: Sndacs::Config
- Inherits:
-
Object
- Object
- Sndacs::Config
- Defined in:
- lib/sndacs/config.rb
Class Attribute Summary collapse
-
.access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
.chunk_size ⇒ Object
Returns the value of attribute chunk_size.
-
.content_host ⇒ Object
Returns the value of attribute content_host.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.host ⇒ Object
Returns the value of attribute host.
-
.proxy ⇒ Object
Returns the value of attribute proxy.
-
.secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
-
.timeout ⇒ Object
Returns the value of attribute timeout.
-
.use_ssl ⇒ Object
Returns the value of attribute use_ssl.
Class Attribute Details
.access_key_id ⇒ Object
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_size ⇒ Object
Returns the value of attribute chunk_size.
17 18 19 |
# File 'lib/sndacs/config.rb', line 17 def chunk_size @chunk_size end |
.content_host ⇒ Object
Returns the value of attribute content_host.
14 15 16 |
# File 'lib/sndacs/config.rb', line 14 def content_host @content_host end |
.debug ⇒ Object
Returns the value of attribute debug.
18 19 20 |
# File 'lib/sndacs/config.rb', line 18 def debug @debug end |
.host ⇒ Object
Returns the value of attribute host.
13 14 15 |
# File 'lib/sndacs/config.rb', line 13 def host @host end |
.proxy ⇒ Object
Returns the value of attribute proxy.
12 13 14 |
# File 'lib/sndacs/config.rb', line 12 def proxy @proxy end |
.secret_access_key ⇒ Object
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 |
.timeout ⇒ Object
Returns the value of attribute timeout.
15 16 17 |
# File 'lib/sndacs/config.rb', line 15 def timeout @timeout end |
.use_ssl ⇒ Object
Returns the value of attribute use_ssl.
16 17 18 |
# File 'lib/sndacs/config.rb', line 16 def use_ssl @use_ssl end |