class Ipay::Record
Attributes
client[R]
Public Class Methods
new(client)
click to toggle source
# File lib/ipay/record.rb, line 5 def initialize(client) @client = client end
# File lib/ipay/record.rb, line 5 def initialize(client) @client = client end