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