Class: CrvApiClient::Api::Reproduction::Indications
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::Indications
- 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
-
#indication ⇒ Object
Returns the value of attribute indication.
-
#indicationCertaintyNew ⇒ Object
Returns the value of attribute indicationCertaintyNew.
-
#indicationCertaintyOld ⇒ Object
Returns the value of attribute indicationCertaintyOld.
-
#indicationDateTime ⇒ Object
Returns the value of attribute indicationDateTime.
Instance Method Summary collapse
-
#initialize(indication = nil, indicationDateTime = nil, indicationCertaintyOld = nil, indicationCertaintyNew = nil) ⇒ Indications
constructor
A new instance of Indications.
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
#indication ⇒ Object
Returns the value of attribute indication.
2496 2497 2498 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2496 def indication @indication end |
#indicationCertaintyNew ⇒ Object
Returns the value of attribute indicationCertaintyNew.
2499 2500 2501 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2499 def indicationCertaintyNew @indicationCertaintyNew end |
#indicationCertaintyOld ⇒ Object
Returns the value of attribute indicationCertaintyOld.
2498 2499 2500 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2498 def indicationCertaintyOld @indicationCertaintyOld end |
#indicationDateTime ⇒ Object
Returns the value of attribute indicationDateTime.
2497 2498 2499 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2497 def indicationDateTime @indicationDateTime end |