Class: YSM::UserManagementService::AddAuthorizationForUser
- Inherits:
-
Object
- Object
- YSM::UserManagementService::AddAuthorizationForUser
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2addAuthorizationForUser
Instance Attribute Summary collapse
-
#authorization ⇒ Object
Returns the value of attribute authorization.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil, authorization = nil) ⇒ AddAuthorizationForUser
constructor
A new instance of AddAuthorizationForUser.
Constructor Details
#initialize(username = nil, authorization = nil) ⇒ AddAuthorizationForUser
Returns a new instance of AddAuthorizationForUser.
463 464 465 466 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 463 def initialize(username = nil, = nil) @username = username @authorization = end |
Instance Attribute Details
#authorization ⇒ Object
Returns the value of attribute authorization.
461 462 463 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 461 def @authorization end |
#username ⇒ Object
Returns the value of attribute username.
460 461 462 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 460 def username @username end |