Class: EwayRapid::Models::Customer

Inherits:
Object
  • Object
show all
Defined in:
lib/eway_rapid/models/models.rb

Overview

Customer details

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



74
75
76
# File 'lib/eway_rapid/models/models.rb', line 74

def address
  @address
end

#cancel_urlObject

Returns the value of attribute cancel_url.



83
84
85
# File 'lib/eway_rapid/models/models.rb', line 83

def cancel_url
  @cancel_url
end

#card_detailsObject

Returns the value of attribute card_details.



81
82
83
# File 'lib/eway_rapid/models/models.rb', line 81

def card_details
  @card_details
end

#commentsObject

Returns the value of attribute comments.



80
81
82
# File 'lib/eway_rapid/models/models.rb', line 80

def comments
  @comments
end

#company_nameObject

Returns the value of attribute company_name.



72
73
74
# File 'lib/eway_rapid/models/models.rb', line 72

def company_name
  @company_name
end

#customer_device_ipObject

Returns the value of attribute customer_device_ip.



84
85
86
# File 'lib/eway_rapid/models/models.rb', line 84

def customer_device_ip
  @customer_device_ip
end

#emailObject

Returns the value of attribute email.



77
78
79
# File 'lib/eway_rapid/models/models.rb', line 77

def email
  @email
end

#faxObject

Returns the value of attribute fax.



78
79
80
# File 'lib/eway_rapid/models/models.rb', line 78

def fax
  @fax
end

#first_nameObject

Returns the value of attribute first_name.



70
71
72
# File 'lib/eway_rapid/models/models.rb', line 70

def first_name
  @first_name
end

#job_descriptionObject

Returns the value of attribute job_description.



73
74
75
# File 'lib/eway_rapid/models/models.rb', line 73

def job_description
  @job_description
end

#last_nameObject

Returns the value of attribute last_name.



71
72
73
# File 'lib/eway_rapid/models/models.rb', line 71

def last_name
  @last_name
end

#mobileObject

Returns the value of attribute mobile.



76
77
78
# File 'lib/eway_rapid/models/models.rb', line 76

def mobile
  @mobile
end

#phoneObject

Returns the value of attribute phone.



75
76
77
# File 'lib/eway_rapid/models/models.rb', line 75

def phone
  @phone
end

#redirect_urlObject

Returns the value of attribute redirect_url.



82
83
84
# File 'lib/eway_rapid/models/models.rb', line 82

def redirect_url
  @redirect_url
end

#referenceObject

Returns the value of attribute reference.



68
69
70
# File 'lib/eway_rapid/models/models.rb', line 68

def reference
  @reference
end

#titleObject

Returns the value of attribute title.



69
70
71
# File 'lib/eway_rapid/models/models.rb', line 69

def title
  @title
end

#token_customer_idObject

Returns the value of attribute token_customer_id.



67
68
69
# File 'lib/eway_rapid/models/models.rb', line 67

def token_customer_id
  @token_customer_id
end

#urlObject

Returns the value of attribute url.



79
80
81
# File 'lib/eway_rapid/models/models.rb', line 79

def url
  @url
end