Class: YSM::UserManagementService::UpdateMyAddress
- Inherits:
-
Object
- Object
- YSM::UserManagementService::UpdateMyAddress
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateMyAddress
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
Instance Method Summary collapse
-
#initialize(address = nil, updateAll = nil) ⇒ UpdateMyAddress
constructor
A new instance of UpdateMyAddress.
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
#address ⇒ Object
Returns the value of attribute address.
643 644 645 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 643 def address @address end |
#updateAll ⇒ Object
Returns the value of attribute updateAll.
644 645 646 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 644 def updateAll @updateAll end |