class ApRubySdk::Customer
Attributes
address[RW]
address2[RW]
birthDate[RW]
city[RW]
country[RW]
email[RW]
firstName[RW]
lastName[RW]
phone[RW]
state[RW]
zip[RW]
Public Class Methods
list_members()
click to toggle source
# File lib/ap_ruby_sdk/customer.rb, line 23 def self.list_members :customers end
url()
click to toggle source
# File lib/ap_ruby_sdk/customer.rb, line 19 def self.url '/customers' end