Class: YSM::UserManagementService::GetAvailableRolesByAccountID

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



715
716
717
# File 'lib/ysm4r/v1/UserManagementService.rb', line 715

def accountID
  @accountID
end

#accountTypeObject

Returns the value of attribute accountType.



714
715
716
# File 'lib/ysm4r/v1/UserManagementService.rb', line 714

def accountType
  @accountType
end