Class: YSM::LocationService::GetMasterAccountLocationResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetMasterAccountLocationResponse

Returns a new instance of GetMasterAccountLocationResponse.



47
48
49
# File 'lib/ysm4r/v1/LocationService.rb', line 47

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



45
46
47
# File 'lib/ysm4r/v1/LocationService.rb', line 45

def out
  @out
end