class Paghiper::Configuration

Attributes

api_key[RW]
http_debug[RW]
token[RW]

Public Class Methods

new() click to toggle source
# File lib/paghiper.rb, line 21
def initialize
  @http_debug = false
end