Class: PhoneConnect::Configuration
- Inherits:
-
Object
- Object
- PhoneConnect::Configuration
- Defined in:
- lib/phone_connect/configuration.rb
Instance Attribute Summary collapse
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 9 |
# File 'lib/phone_connect/configuration.rb', line 6 def initialize @token = '' @timeout = '' end |
Instance Attribute Details
#timeout ⇒ Object
Returns the value of attribute timeout.
4 5 6 |
# File 'lib/phone_connect/configuration.rb', line 4 def timeout @timeout end |
#token ⇒ Object
Returns the value of attribute token.
4 5 6 |
# File 'lib/phone_connect/configuration.rb', line 4 def token @token end |