Class: YSM::UserManagementService::UpdateUserAddress
- Inherits:
-
Object
- Object
- YSM::UserManagementService::UpdateUserAddress
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateUserAddress
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil, address = nil, updateAll = nil) ⇒ UpdateUserAddress
constructor
A new instance of UpdateUserAddress.
Constructor Details
#initialize(username = nil, address = nil, updateAll = nil) ⇒ UpdateUserAddress
Returns a new instance of UpdateUserAddress.
375 376 377 378 379 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 375 def initialize(username = nil, address = nil, updateAll = nil) @username = username @address = address @updateAll = updateAll end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
372 373 374 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 372 def address @address end |
#updateAll ⇒ Object
Returns the value of attribute updateAll.
373 374 375 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 373 def updateAll @updateAll end |
#username ⇒ Object
Returns the value of attribute username.
371 372 373 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 371 def username @username end |