Class: YSM::UserManagementService::GetMyAuthorizationsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetMyAuthorizationsResponse

Returns a new instance of GetMyAuthorizationsResponse.



707
708
709
# File 'lib/ysm4r/v1/UserManagementService.rb', line 707

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



705
706
707
# File 'lib/ysm4r/v1/UserManagementService.rb', line 705

def out
  @out
end