Class: CrvApiClient::Api::Reproduction::ProductAmount

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

Overview

/productAmount

productCd - SOAP::SOAPString
batchNr - SOAP::SOAPString
amount - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productCd = nil, batchNr = nil, amount = nil) ⇒ ProductAmount

Returns a new instance of ProductAmount.



2605
2606
2607
2608
2609
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2605

def initialize(productCd = nil, batchNr = nil, amount = nil)
  @productCd = productCd
  @batchNr = batchNr
  @amount = amount
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



2603
2604
2605
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2603

def amount
  @amount
end

#batchNrObject

Returns the value of attribute batchNr.



2602
2603
2604
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2602

def batchNr
  @batchNr
end

#productCdObject

Returns the value of attribute productCd.



2601
2602
2603
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2601

def productCd
  @productCd
end