class Moip::Configuration
Attributes
acount_key[RW]
auth_key[RW]
env[RW]
token[RW]
Public Class Methods
new()
click to toggle source
# File lib/moip/configuration.rb, line 19 def initialize self.token = "" self.acount_key = "" self.auth_key = "" self.env = "" end