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