Class: Paghiper::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



21
22
23
# File 'lib/paghiper.rb', line 21

def initialize
  @http_debug = false
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



19
20
21
# File 'lib/paghiper.rb', line 19

def api_key
  @api_key
end

#http_debugObject

Returns the value of attribute http_debug.



19
20
21
# File 'lib/paghiper.rb', line 19

def http_debug
  @http_debug
end

#tokenObject

Returns the value of attribute token.



19
20
21
# File 'lib/paghiper.rb', line 19

def token
  @token
end