Class: CrvApiClient::Api::Reproduction::Indications

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

Overview

/indications

indication - SOAP::SOAPString
indicationDateTime - (any)
indicationCertaintyOld - SOAP::SOAPString
indicationCertaintyNew - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(indication = nil, indicationDateTime = nil, indicationCertaintyOld = nil, indicationCertaintyNew = nil) ⇒ Indications

Returns a new instance of Indications.



2501
2502
2503
2504
2505
2506
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2501

def initialize(indication = nil, indicationDateTime = nil, indicationCertaintyOld = nil, indicationCertaintyNew = nil)
  @indication = indication
  @indicationDateTime = indicationDateTime
  @indicationCertaintyOld = indicationCertaintyOld
  @indicationCertaintyNew = indicationCertaintyNew
end

Instance Attribute Details

#indicationObject

Returns the value of attribute indication.



2496
2497
2498
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2496

def indication
  @indication
end

#indicationCertaintyNewObject

Returns the value of attribute indicationCertaintyNew.



2499
2500
2501
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2499

def indicationCertaintyNew
  @indicationCertaintyNew
end

#indicationCertaintyOldObject

Returns the value of attribute indicationCertaintyOld.



2498
2499
2500
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2498

def indicationCertaintyOld
  @indicationCertaintyOld
end

#indicationDateTimeObject

Returns the value of attribute indicationDateTime.



2497
2498
2499
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2497

def indicationDateTime
  @indicationDateTime
end