Class: YSM::UserManagementService::GetAuthorizationsForUserResponse
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetAuthorizationsForUserResponse
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAuthorizationsForUserResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetAuthorizationsForUserResponse
constructor
A new instance of GetAuthorizationsForUserResponse.
Constructor Details
#initialize(out = nil) ⇒ GetAuthorizationsForUserResponse
Returns a new instance of GetAuthorizationsForUserResponse.
636 637 638 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 636 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
634 635 636 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 634 def out @out end |