Class: YSM::UserManagementService::DeleteAuthorizationsForUser
- Inherits:
-
Object
- Object
- YSM::UserManagementService::DeleteAuthorizationsForUser
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2deleteAuthorizationsForUser
Instance Attribute Summary collapse
-
#authorizations ⇒ Object
Returns the value of attribute authorizations.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil, authorizations = nil) ⇒ DeleteAuthorizationsForUser
constructor
A new instance of DeleteAuthorizationsForUser.
Constructor Details
#initialize(username = nil, authorizations = nil) ⇒ DeleteAuthorizationsForUser
Returns a new instance of DeleteAuthorizationsForUser.
663 664 665 666 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 663 def initialize(username = nil, = nil) @username = username @authorizations = end |
Instance Attribute Details
#authorizations ⇒ Object
Returns the value of attribute authorizations.
661 662 663 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 661 def @authorizations end |
#username ⇒ Object
Returns the value of attribute username.
660 661 662 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 660 def username @username end |