Class: TuffnellsApi::Configuration
- Inherits:
-
Object
- Object
- TuffnellsApi::Configuration
- Defined in:
- lib/tuffnells_api/configuration.rb
Instance Attribute Summary collapse
-
#account_code ⇒ Object
Returns the value of attribute account_code.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
-
#read_timeout ⇒ Object
Returns the value of attribute read_timeout.
Instance Attribute Details
#account_code ⇒ Object
Returns the value of attribute account_code.
3 4 5 |
# File 'lib/tuffnells_api/configuration.rb', line 3 def account_code @account_code end |
#proxy ⇒ Object
Returns the value of attribute proxy.
3 4 5 |
# File 'lib/tuffnells_api/configuration.rb', line 3 def proxy @proxy end |
#read_timeout ⇒ Object
Returns the value of attribute read_timeout.
3 4 5 |
# File 'lib/tuffnells_api/configuration.rb', line 3 def read_timeout @read_timeout end |