Class: YSM::UserManagementService::UpdateMyAddress

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(address = nil, updateAll = nil) ⇒ UpdateMyAddress

Returns a new instance of UpdateMyAddress.



646
647
648
649
# File 'lib/ysm4r/v1/UserManagementService.rb', line 646

def initialize(address = nil, updateAll = nil)
  @address = address
  @updateAll = updateAll
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



643
644
645
# File 'lib/ysm4r/v1/UserManagementService.rb', line 643

def address
  @address
end

#updateAllObject

Returns the value of attribute updateAll.



644
645
646
# File 'lib/ysm4r/v1/UserManagementService.rb', line 644

def updateAll
  @updateAll
end