Class: CrvApiClient::Api::Reproduction::Component
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::Component
- 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
-
#componentCode ⇒ Object
Returns the value of attribute componentCode.
-
#componentItem ⇒ Object
Returns the value of attribute componentItem.
-
#componentName ⇒ Object
Returns the value of attribute componentName.
-
#componentType ⇒ Object
Returns the value of attribute componentType.
-
#processCode ⇒ Object
Returns the value of attribute processCode.
Instance Method Summary collapse
-
#initialize(componentCode = nil, processCode = nil, componentType = nil, componentName = nil, componentItem = []) ⇒ Component
constructor
A new instance of Component.
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
#componentCode ⇒ Object
Returns the value of attribute componentCode.
936 937 938 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 936 def componentCode @componentCode end |
#componentItem ⇒ Object
Returns the value of attribute componentItem.
940 941 942 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 940 def componentItem @componentItem end |
#componentName ⇒ Object
Returns the value of attribute componentName.
939 940 941 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 939 def componentName @componentName end |
#componentType ⇒ Object
Returns the value of attribute componentType.
938 939 940 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 938 def componentType @componentType end |
#processCode ⇒ Object
Returns the value of attribute processCode.
937 938 939 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 937 def processCode @processCode end |