Class: CrvApiClient::Api::Reproduction::Echograms
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::Echograms
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/echograms
nrOfEchograms - SOAP::SOAPString
minOfEchograms - SOAP::SOAPString
animalExamination - CrvApiClient::Api::Reproduction::AnimalExamination
Instance Attribute Summary collapse
-
#animalExamination ⇒ Object
Returns the value of attribute animalExamination.
-
#minOfEchograms ⇒ Object
Returns the value of attribute minOfEchograms.
-
#nrOfEchograms ⇒ Object
Returns the value of attribute nrOfEchograms.
Instance Method Summary collapse
-
#initialize(nrOfEchograms = nil, minOfEchograms = nil, animalExamination = []) ⇒ Echograms
constructor
A new instance of Echograms.
Constructor Details
#initialize(nrOfEchograms = nil, minOfEchograms = nil, animalExamination = []) ⇒ Echograms
Returns a new instance of Echograms.
229 230 231 232 233 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 229 def initialize(nrOfEchograms = nil, minOfEchograms = nil, animalExamination = []) @nrOfEchograms = nrOfEchograms @minOfEchograms = minOfEchograms @animalExamination = animalExamination end |
Instance Attribute Details
#animalExamination ⇒ Object
Returns the value of attribute animalExamination.
227 228 229 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 227 def animalExamination @animalExamination end |
#minOfEchograms ⇒ Object
Returns the value of attribute minOfEchograms.
226 227 228 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 226 def minOfEchograms @minOfEchograms end |
#nrOfEchograms ⇒ Object
Returns the value of attribute nrOfEchograms.
225 226 227 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 225 def nrOfEchograms @nrOfEchograms end |