class PinPays::Configuration

Attributes

key[RW]
mode[RW]

Public Class Methods

new() click to toggle source
# File lib/pin_pays/config.rb, line 16
def initialize
  @key  = nil
  @mode = :test
end