Class: YSM::UserManagementService::GetUserStatus
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetUserStatus
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getUserStatus
Instance Attribute Summary collapse
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil) ⇒ GetUserStatus
constructor
A new instance of GetUserStatus.
Constructor Details
#initialize(username = nil) ⇒ GetUserStatus
Returns a new instance of GetUserStatus.
267 268 269 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 267 def initialize(username = nil) @username = username end |
Instance Attribute Details
#username ⇒ Object
Returns the value of attribute username.
265 266 267 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 265 def username @username end |