Class: Infostrada::Configuration
- Inherits:
-
Object
- Object
- Infostrada::Configuration
- Defined in:
- lib/infostrada.rb
Overview
The configuration of the API requests.
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#retries ⇒ Object
Returns the value of attribute retries.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
8 9 10 |
# File 'lib/infostrada.rb', line 8 def password @password end |
#retries ⇒ Object
Returns the value of attribute retries.
8 9 10 |
# File 'lib/infostrada.rb', line 8 def retries @retries end |
#timeout ⇒ Object
Returns the value of attribute timeout.
8 9 10 |
# File 'lib/infostrada.rb', line 8 def timeout @timeout end |
#username ⇒ Object
Returns the value of attribute username.
8 9 10 |
# File 'lib/infostrada.rb', line 8 def username @username end |