Class: YSM::UpgradeService::GetMasterAccountLocationForUpgradePreviewResponse
- Inherits:
-
Object
- Object
- YSM::UpgradeService::GetMasterAccountLocationForUpgradePreviewResponse
- 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
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetMasterAccountLocationForUpgradePreviewResponse
constructor
A new instance of GetMasterAccountLocationForUpgradePreviewResponse.
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
#out ⇒ Object
Returns the value of attribute out.
49 50 51 |
# File 'lib/ysm4r/v1/UpgradeService.rb', line 49 def out @out end |