Class: Bitmarkable::Config

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



5
6
7
# File 'lib/bitmarkable/config.rb', line 5

def initialize
  self., self.api_key, self.base_url = nil
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/bitmarkable/config.rb', line 3

def api_key
  @api_key
end

#base_urlObject

Returns the value of attribute base_url.



3
4
5
# File 'lib/bitmarkable/config.rb', line 3

def base_url
  @base_url
end

#loginObject

Returns the value of attribute login.



3
4
5
# File 'lib/bitmarkable/config.rb', line 3

def 
  @login
end