Class: Moip::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



19
20
21
22
23
24
# File 'lib/moip/configuration.rb', line 19

def initialize
  self.token = ""
  self.acount_key = ""
  self.auth_key = ""
  self.env = "" 
end

Instance Attribute Details

#acount_keyObject

Returns the value of attribute acount_key.



17
18
19
# File 'lib/moip/configuration.rb', line 17

def acount_key
  @acount_key
end

#auth_keyObject

Returns the value of attribute auth_key.



17
18
19
# File 'lib/moip/configuration.rb', line 17

def auth_key
  @auth_key
end

#envObject

Returns the value of attribute env.



17
18
19
# File 'lib/moip/configuration.rb', line 17

def env
  @env
end

#tokenObject

Returns the value of attribute token.



17
18
19
# File 'lib/moip/configuration.rb', line 17

def token
  @token
end