Class: Sink::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Sink::Configuration
- Defined in:
- lib/sink.rb
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#open_timeout ⇒ Object
Returns the value of attribute open_timeout.
-
#read_timeout ⇒ Object
Returns the value of attribute read_timeout.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url
13 14 15 |
# File 'lib/sink.rb', line 13 def base_url @base_url end |
#open_timeout ⇒ Object
Returns the value of attribute open_timeout
13 14 15 |
# File 'lib/sink.rb', line 13 def open_timeout @open_timeout end |
#read_timeout ⇒ Object
Returns the value of attribute read_timeout
13 14 15 |
# File 'lib/sink.rb', line 13 def read_timeout @read_timeout end |
#token ⇒ Object
Returns the value of attribute token
13 14 15 |
# File 'lib/sink.rb', line 13 def token @token end |