Class: YSM::UserManagementService::DisableUser
- Inherits:
-
Object
- Object
- YSM::UserManagementService::DisableUser
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2disableUser
Instance Attribute Summary collapse
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil) ⇒ DisableUser
constructor
A new instance of DisableUser.
Constructor Details
#initialize(username = nil) ⇒ DisableUser
Returns a new instance of DisableUser.
736 737 738 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 736 def initialize(username = nil) @username = username end |
Instance Attribute Details
#username ⇒ Object
Returns the value of attribute username.
734 735 736 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 734 def username @username end |