Class: YSM::CompanyService::GetCompanyResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v2/CompanyService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



60
61
62
# File 'lib/ysm4r/v2/CompanyService.rb', line 60

def out
  @out
end