Class: ApiBanking::FundsTransferByCustomerService2::Transfer::Address
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService2::Transfer::Address
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService2.rb
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#address3 ⇒ Object
Returns the value of attribute address3.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#stateOrProvince ⇒ Object
Returns the value of attribute stateOrProvince.
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1
11 12 13 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 11 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2
11 12 13 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 11 def address2 @address2 end |
#address3 ⇒ Object
Returns the value of attribute address3
11 12 13 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 11 def address3 @address3 end |
#city ⇒ Object
Returns the value of attribute city
11 12 13 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 11 def city @city end |
#country ⇒ Object
Returns the value of attribute country
11 12 13 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 11 def country @country end |
#postalCode ⇒ Object
Returns the value of attribute postalCode
11 12 13 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 11 def postalCode @postalCode end |
#stateOrProvince ⇒ Object
Returns the value of attribute stateOrProvince
11 12 13 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 11 def stateOrProvince @stateOrProvince end |