Class: YSM::UserManagementService::GetAvailableRolesByAccountIDResponse
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetAvailableRolesByAccountIDResponse
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAvailableRolesByAccountIDResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetAvailableRolesByAccountIDResponse
constructor
A new instance of GetAvailableRolesByAccountIDResponse.
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
#out ⇒ Object
Returns the value of attribute out.
725 726 727 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 725 def out @out end |