Class: YSM::UserManagementService::Address
- Inherits:
-
Object
- Object
- YSM::UserManagementService::Address
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
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.
-
#county ⇒ Object
Returns the value of attribute county.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#province ⇒ Object
Returns the value of attribute province.
-
#state ⇒ Object
Returns the value of attribute state.
-
#todofuken ⇒ Object
Returns the value of attribute todofuken.
Instance Method Summary collapse
-
#initialize(address1 = nil, address2 = nil, address3 = nil, city = nil, country = nil, county = nil, postalCode = nil, province = nil, state = nil, todofuken = nil) ⇒ Address
constructor
A new instance of Address.
Constructor Details
#initialize(address1 = nil, address2 = nil, address3 = nil, city = nil, country = nil, county = nil, postalCode = nil, province = nil, state = nil, todofuken = nil) ⇒ Address
Returns a new instance of Address.
61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 61 def initialize(address1 = nil, address2 = nil, address3 = nil, city = nil, country = nil, county = nil, postalCode = nil, province = nil, state = nil, todofuken = nil) @address1 = address1 @address2 = address2 @address3 = address3 @city = city @country = country @county = county @postalCode = postalCode @province = province @state = state @todofuken = todofuken end |
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1.
50 51 52 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 50 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
51 52 53 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 51 def address2 @address2 end |
#address3 ⇒ Object
Returns the value of attribute address3.
52 53 54 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 52 def address3 @address3 end |
#city ⇒ Object
Returns the value of attribute city.
53 54 55 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 53 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
54 55 56 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 54 def country @country end |
#county ⇒ Object
Returns the value of attribute county.
55 56 57 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 55 def county @county end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
56 57 58 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 56 def postalCode @postalCode end |
#province ⇒ Object
Returns the value of attribute province.
57 58 59 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 57 def province @province end |
#state ⇒ Object
Returns the value of attribute state.
58 59 60 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 58 def state @state end |
#todofuken ⇒ Object
Returns the value of attribute todofuken.
59 60 61 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 59 def todofuken @todofuken end |