Class: YSM::MasterAccountService::AddNewCustomerResponse
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::AddNewCustomerResponse
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2addNewCustomerResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddNewCustomerResponse
constructor
A new instance of AddNewCustomerResponse.
Constructor Details
#initialize(out = nil) ⇒ AddNewCustomerResponse
Returns a new instance of AddNewCustomerResponse.
265 266 267 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 265 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
263 264 265 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 263 def out @out end |