Class: YSM::UserManagementService::GetAuthorizationsForUserResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



634
635
636
# File 'lib/ysm4r/v1/UserManagementService.rb', line 634

def out
  @out
end