Class: YSM::UserManagementService::GetUserEmail
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetUserEmail
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getUserEmail
Instance Attribute Summary collapse
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil) ⇒ GetUserEmail
constructor
A new instance of GetUserEmail.
Constructor Details
#initialize(username = nil) ⇒ GetUserEmail
Returns a new instance of GetUserEmail.
444 445 446 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 444 def initialize(username = nil) @username = username end |
Instance Attribute Details
#username ⇒ Object
Returns the value of attribute username.
442 443 444 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 442 def username @username end |