Class: YSM::CompanyService::GetCompanyResponse
- Inherits:
-
Object
- Object
- YSM::CompanyService::GetCompanyResponse
- Defined in:
- lib/ysm4r/v2/CompanyService.rb
Overview
http://marketing.ews.yahooapis.com/V2getCompanyResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetCompanyResponse
constructor
A new instance of GetCompanyResponse.
Constructor Details
#initialize(out = nil) ⇒ GetCompanyResponse
Returns a new instance of GetCompanyResponse.
62 63 64 |
# File 'lib/ysm4r/v2/CompanyService.rb', line 62 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
60 61 62 |
# File 'lib/ysm4r/v2/CompanyService.rb', line 60 def out @out end |