Class: EwayRapid::QueryCustomerResponse

Inherits:
ResponseOutput show all
Defined in:
lib/eway_rapid/output/query_customer_response.rb

Overview

Query customer response data

Instance Attribute Summary collapse

Attributes inherited from ResponseOutput

#errors

Method Summary

Methods inherited from ResponseOutput

#initialize

Constructor Details

This class inherits a constructor from EwayRapid::ResponseOutput

Instance Attribute Details

#card_detailObject

Returns the value of attribute card_detail.



20
21
22
# File 'lib/eway_rapid/output/query_customer_response.rb', line 20

def card_detail
  @card_detail
end

#cityObject

Returns the value of attribute city.



16
17
18
# File 'lib/eway_rapid/output/query_customer_response.rb', line 16

def city
  @city
end

#commentsObject

Returns the value of attribute comments.



22
23
24
# File 'lib/eway_rapid/output/query_customer_response.rb', line 22

def comments
  @comments
end

#company_nameObject

Returns the value of attribute company_name.



12
13
14
# File 'lib/eway_rapid/output/query_customer_response.rb', line 12

def company_name
  @company_name
end

#countryObject

Returns the value of attribute country.



21
22
23
# File 'lib/eway_rapid/output/query_customer_response.rb', line 21

def country
  @country
end

#emailObject

Returns the value of attribute email.



7
8
9
# File 'lib/eway_rapid/output/query_customer_response.rb', line 7

def email
  @email
end

#faxObject

Returns the value of attribute fax.



23
24
25
# File 'lib/eway_rapid/output/query_customer_response.rb', line 23

def fax
  @fax
end

#first_nameObject

Returns the value of attribute first_name.



10
11
12
# File 'lib/eway_rapid/output/query_customer_response.rb', line 10

def first_name
  @first_name
end

#job_descriptionObject

Returns the value of attribute job_description.



13
14
15
# File 'lib/eway_rapid/output/query_customer_response.rb', line 13

def job_description
  @job_description
end

#last_nameObject

Returns the value of attribute last_name.



11
12
13
# File 'lib/eway_rapid/output/query_customer_response.rb', line 11

def last_name
  @last_name
end

#mobileObject

Returns the value of attribute mobile.



18
19
20
# File 'lib/eway_rapid/output/query_customer_response.rb', line 18

def mobile
  @mobile
end

#phoneObject

Returns the value of attribute phone.



17
18
19
# File 'lib/eway_rapid/output/query_customer_response.rb', line 17

def phone
  @phone
end

#postal_codeObject

Returns the value of attribute postal_code.



6
7
8
# File 'lib/eway_rapid/output/query_customer_response.rb', line 6

def postal_code
  @postal_code
end

#referenceObject

Returns the value of attribute reference.



8
9
10
# File 'lib/eway_rapid/output/query_customer_response.rb', line 8

def reference
  @reference
end

#stateObject

Returns the value of attribute state.



5
6
7
# File 'lib/eway_rapid/output/query_customer_response.rb', line 5

def state
  @state
end

#street1Object

Returns the value of attribute street1.



14
15
16
# File 'lib/eway_rapid/output/query_customer_response.rb', line 14

def street1
  @street1
end

#street2Object

Returns the value of attribute street2.



15
16
17
# File 'lib/eway_rapid/output/query_customer_response.rb', line 15

def street2
  @street2
end

#titleObject

Returns the value of attribute title.



9
10
11
# File 'lib/eway_rapid/output/query_customer_response.rb', line 9

def title
  @title
end

#token_customer_idObject

Returns the value of attribute token_customer_id.



4
5
6
# File 'lib/eway_rapid/output/query_customer_response.rb', line 4

def token_customer_id
  @token_customer_id
end

#urlObject

Returns the value of attribute url.



19
20
21
# File 'lib/eway_rapid/output/query_customer_response.rb', line 19

def url
  @url
end