class Payments::Transaction::Payment

Attributes

authentication[R]

Public Class Methods

new(options={}) click to toggle source
# File lib/Payments.rb, line 10
def initialize(options={})
  auth = Authentication.new(get_arg(options,'authentication'))
  @authentication = auth
end