Class: YSM::UserManagementService::GetAvailableRolesByAccountIDResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetAvailableRolesByAccountIDResponse

Returns a new instance of GetAvailableRolesByAccountIDResponse.



727
728
729
# File 'lib/ysm4r/v1/UserManagementService.rb', line 727

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



725
726
727
# File 'lib/ysm4r/v1/UserManagementService.rb', line 725

def out
  @out
end