Class: CrvApiClient::Api::Reproduction::ProductDescription

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

Overview

/productDescription

productCd - SOAP::SOAPString
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productCd = nil, description = nil) ⇒ ProductDescription

Returns a new instance of ProductDescription.



2559
2560
2561
2562
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2559

def initialize(productCd = nil, description = nil)
  @productCd = productCd
  @description = description
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



2557
2558
2559
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2557

def description
  @description
end

#productCdObject

Returns the value of attribute productCd.



2556
2557
2558
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2556

def productCd
  @productCd
end