Class: FsApi::Configuration
- Inherits:
-
Object
- Object
- FsApi::Configuration
- Defined in:
- lib/fs_api.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#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.
34 35 36 37 |
# File 'lib/fs_api.rb', line 34 def initialize @username = nil @api_key = nil end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
32 33 34 |
# File 'lib/fs_api.rb', line 32 def api_key @api_key end |
#username ⇒ Object
Returns the value of attribute username.
32 33 34 |
# File 'lib/fs_api.rb', line 32 def username @username end |