class Payments::Transaction::Payment::Authentication

Attributes

method[R]
params[R]
url[R]

Public Class Methods

new(options={}) click to toggle source
# File lib/Payments.rb, line 17
def initialize(options={})
  @method = get_arg(options, 'method')
  @url = get_arg(options, 'url')
  @params = get_arg(options, 'params')
end