Class: YSM::UserManagementService::GetAuthorizedUsersByAccountID
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetAuthorizedUsersByAccountID
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAuthorizedUsersByAccountID
Instance Attribute Summary collapse
-
#accountIDs ⇒ Object
Returns the value of attribute accountIDs.
Instance Method Summary collapse
-
#initialize(accountIDs = nil) ⇒ GetAuthorizedUsersByAccountID
constructor
A new instance of GetAuthorizedUsersByAccountID.
Constructor Details
#initialize(accountIDs = nil) ⇒ GetAuthorizedUsersByAccountID
Returns a new instance of GetAuthorizedUsersByAccountID.
609 610 611 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 609 def initialize(accountIDs = nil) @accountIDs = accountIDs end |
Instance Attribute Details
#accountIDs ⇒ Object
Returns the value of attribute accountIDs.
607 608 609 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 607 def accountIDs @accountIDs end |