Class: CorePro::Models::CustomerAddress
- Defined in:
- lib/corepro/models/customer_address.rb
Instance Attribute Summary collapse
-
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
-
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
-
#addressLine3 ⇒ Object
Returns the value of attribute addressLine3.
-
#addressLine4 ⇒ Object
Returns the value of attribute addressLine4.
-
#addressType ⇒ Object
Returns the value of attribute addressType.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#isActive ⇒ Object
Returns the value of attribute isActive.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#state ⇒ Object
Returns the value of attribute state.
Method Summary
Methods inherited from JsonBase
#from_json!, #is_hash?, #to_hash, #to_json
Instance Attribute Details
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
6 7 8 |
# File 'lib/corepro/models/customer_address.rb', line 6 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
7 8 9 |
# File 'lib/corepro/models/customer_address.rb', line 7 def addressLine2 @addressLine2 end |
#addressLine3 ⇒ Object
Returns the value of attribute addressLine3.
8 9 10 |
# File 'lib/corepro/models/customer_address.rb', line 8 def addressLine3 @addressLine3 end |
#addressLine4 ⇒ Object
Returns the value of attribute addressLine4.
9 10 11 |
# File 'lib/corepro/models/customer_address.rb', line 9 def addressLine4 @addressLine4 end |
#addressType ⇒ Object
Returns the value of attribute addressType.
5 6 7 |
# File 'lib/corepro/models/customer_address.rb', line 5 def addressType @addressType end |
#city ⇒ Object
Returns the value of attribute city.
10 11 12 |
# File 'lib/corepro/models/customer_address.rb', line 10 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
13 14 15 |
# File 'lib/corepro/models/customer_address.rb', line 13 def country @country end |
#isActive ⇒ Object
Returns the value of attribute isActive.
14 15 16 |
# File 'lib/corepro/models/customer_address.rb', line 14 def isActive @isActive end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
12 13 14 |
# File 'lib/corepro/models/customer_address.rb', line 12 def postalCode @postalCode end |
#state ⇒ Object
Returns the value of attribute state.
11 12 13 |
# File 'lib/corepro/models/customer_address.rb', line 11 def state @state end |