Class: YSM::UserManagementService::UserAuthorization
- Inherits:
-
Object
- Object
- YSM::UserManagementService::UserAuthorization
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2UserAuthorization
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#role ⇒ Object
Returns the value of attribute role.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(accountID = nil, role = nil, username = nil) ⇒ UserAuthorization
constructor
A new instance of UserAuthorization.
Constructor Details
#initialize(accountID = nil, role = nil, username = nil) ⇒ UserAuthorization
Returns a new instance of UserAuthorization.
170 171 172 173 174 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 170 def initialize(accountID = nil, role = nil, username = nil) @accountID = accountID @role = role @username = username end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
166 167 168 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 166 def accountID @accountID end |
#role ⇒ Object
Returns the value of attribute role.
167 168 169 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 167 def role @role end |
#username ⇒ Object
Returns the value of attribute username.
168 169 170 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 168 def username @username end |