class RocketGate::Customer
Attributes
city[RW]
country[RW]
email[RW]
first_name[RW]
id[RW]
ip_address[RW]
last_name[RW]
postal_code[RW]
state[RW]
street_address[RW]
username[RW]
Public Class Methods
new(*args)
click to toggle source
# File lib/rocketgate/customer.rb, line 24 def initialize(*args) @first_name, @last_name, @street_address, @city, @state, @postal_code, @country, @email, @username, @ip_address, @id = *args end