Class: YSM::UpgradeService::GetMasterAccountLocationForUpgradePreviewResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetMasterAccountLocationForUpgradePreviewResponse

Returns a new instance of GetMasterAccountLocationForUpgradePreviewResponse.



51
52
53
# File 'lib/ysm4r/v1/UpgradeService.rb', line 51

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



49
50
51
# File 'lib/ysm4r/v1/UpgradeService.rb', line 49

def out
  @out
end