Class: YSM::UserManagementService::GetAvailableRolesByAccountID
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetAvailableRolesByAccountID
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAvailableRolesByAccountID
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#accountType ⇒ Object
Returns the value of attribute accountType.
Instance Method Summary collapse
-
#initialize(accountType = nil, accountID = nil) ⇒ GetAvailableRolesByAccountID
constructor
A new instance of GetAvailableRolesByAccountID.
Constructor Details
#initialize(accountType = nil, accountID = nil) ⇒ GetAvailableRolesByAccountID
Returns a new instance of GetAvailableRolesByAccountID.
717 718 719 720 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 717 def initialize(accountType = nil, accountID = nil) @accountType = accountType @accountID = accountID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
715 716 717 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 715 def accountID @accountID end |
#accountType ⇒ Object
Returns the value of attribute accountType.
714 715 716 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 714 def accountType @accountType end |