Class: YSM::UserManagementService::UpdateMyEmail
- Inherits:
-
Object
- Object
- YSM::UserManagementService::UpdateMyEmail
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateMyEmail
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
Instance Method Summary collapse
-
#initialize(email = nil) ⇒ UpdateMyEmail
constructor
A new instance of UpdateMyEmail.
Constructor Details
#initialize(email = nil) ⇒ UpdateMyEmail
Returns a new instance of UpdateMyEmail.
561 562 563 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 561 def initialize(email = nil) @email = email end |
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
559 560 561 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 559 def email @email end |