Class: YSM::UserManagementService::GetUserInfo
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetUserInfo
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getUserInfo
Instance Attribute Summary collapse
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil) ⇒ GetUserInfo
constructor
A new instance of GetUserInfo.
Constructor Details
#initialize(username = nil) ⇒ GetUserInfo
Returns a new instance of GetUserInfo.
751 752 753 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 751 def initialize(username = nil) @username = username end |
Instance Attribute Details
#username ⇒ Object
Returns the value of attribute username.
749 750 751 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 749 def username @username end |