Class: YSM::UserManagementService::Address

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#address1Object

Returns the value of attribute address1.



50
51
52
# File 'lib/ysm4r/v1/UserManagementService.rb', line 50

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



51
52
53
# File 'lib/ysm4r/v1/UserManagementService.rb', line 51

def address2
  @address2
end

#address3Object

Returns the value of attribute address3.



52
53
54
# File 'lib/ysm4r/v1/UserManagementService.rb', line 52

def address3
  @address3
end

#cityObject

Returns the value of attribute city.



53
54
55
# File 'lib/ysm4r/v1/UserManagementService.rb', line 53

def city
  @city
end

#countryObject

Returns the value of attribute country.



54
55
56
# File 'lib/ysm4r/v1/UserManagementService.rb', line 54

def country
  @country
end

#countyObject

Returns the value of attribute county.



55
56
57
# File 'lib/ysm4r/v1/UserManagementService.rb', line 55

def county
  @county
end

#postalCodeObject

Returns the value of attribute postalCode.



56
57
58
# File 'lib/ysm4r/v1/UserManagementService.rb', line 56

def postalCode
  @postalCode
end

#provinceObject

Returns the value of attribute province.



57
58
59
# File 'lib/ysm4r/v1/UserManagementService.rb', line 57

def province
  @province
end

#stateObject

Returns the value of attribute state.



58
59
60
# File 'lib/ysm4r/v1/UserManagementService.rb', line 58

def state
  @state
end

#todofukenObject

Returns the value of attribute todofuken.



59
60
61
# File 'lib/ysm4r/v1/UserManagementService.rb', line 59

def todofuken
  @todofuken
end