Class: CrvApiClient::Api::Reproduction::Component

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

/component

componentCode - SOAP::SOAPString
processCode - SOAP::SOAPString
componentType - SOAP::SOAPString
componentName - SOAP::SOAPString
componentItem - CrvApiClient::Api::Reproduction::ComponentItem

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(componentCode = nil, processCode = nil, componentType = nil, componentName = nil, componentItem = []) ⇒ Component

Returns a new instance of Component.



942
943
944
945
946
947
948
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 942

def initialize(componentCode = nil, processCode = nil, componentType = nil, componentName = nil, componentItem = [])
  @componentCode = componentCode
  @processCode = processCode
  @componentType = componentType
  @componentName = componentName
  @componentItem = componentItem
end

Instance Attribute Details

#componentCodeObject

Returns the value of attribute componentCode.



936
937
938
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 936

def componentCode
  @componentCode
end

#componentItemObject

Returns the value of attribute componentItem.



940
941
942
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 940

def componentItem
  @componentItem
end

#componentNameObject

Returns the value of attribute componentName.



939
940
941
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 939

def componentName
  @componentName
end

#componentTypeObject

Returns the value of attribute componentType.



938
939
940
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 938

def componentType
  @componentType
end

#processCodeObject

Returns the value of attribute processCode.



937
938
939
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 937

def processCode
  @processCode
end