Class: Settlebox::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



13
14
15
# File 'lib/settlebox.rb', line 13

def initialize
  self.language = 'en'
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



11
12
13
# File 'lib/settlebox.rb', line 11

def api_key
  @api_key
end

#api_secretObject

Returns the value of attribute api_secret.



11
12
13
# File 'lib/settlebox.rb', line 11

def api_secret
  @api_secret
end

#languageObject

Returns the value of attribute language.



11
12
13
# File 'lib/settlebox.rb', line 11

def language
  @language
end

#urlObject

Returns the value of attribute url.



11
12
13
# File 'lib/settlebox.rb', line 11

def url
  @url
end