Class: YSM::UserManagementService::GetAuthorizedUsersByAccountID

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb

Overview

http://marketing.ews.yahooapis.com/V2getAuthorizedUsersByAccountID

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDsObject

Returns the value of attribute accountIDs.



607
608
609
# File 'lib/ysm4r/v1/UserManagementService.rb', line 607

def accountIDs
  @accountIDs
end