Class: YSM::MasterAccountService::GetMasterAccountResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetMasterAccountResponse

Returns a new instance of GetMasterAccountResponse.



283
284
285
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 283

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



281
282
283
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 281

def out
  @out
end