Class: FsApi::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/fs_api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_keyObject

Returns the value of attribute api_key.



32
33
34
# File 'lib/fs_api.rb', line 32

def api_key
  @api_key
end

#usernameObject

Returns the value of attribute username.



32
33
34
# File 'lib/fs_api.rb', line 32

def username
  @username
end