Class: YSM::UpgradeService::GetAccountsForUpgradePreviewResponse

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/V2getAccountsForUpgradePreviewResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetAccountsForUpgradePreviewResponse

Returns a new instance of GetAccountsForUpgradePreviewResponse.



66
67
68
# File 'lib/ysm4r/v1/UpgradeService.rb', line 66

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



64
65
66
# File 'lib/ysm4r/v1/UpgradeService.rb', line 64

def out
  @out
end