Class: CrvApiClient::Api::Reproduction::Echograms

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#animalExaminationObject

Returns the value of attribute animalExamination.



227
228
229
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 227

def animalExamination
  @animalExamination
end

#minOfEchogramsObject

Returns the value of attribute minOfEchograms.



226
227
228
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 226

def minOfEchograms
  @minOfEchograms
end

#nrOfEchogramsObject

Returns the value of attribute nrOfEchograms.



225
226
227
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 225

def nrOfEchograms
  @nrOfEchograms
end