Class: CrvApiClient::Api::Reproduction::Gestation

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

Overview

/gestation

reproductionDate - (any)
calvingDateExp - (any)
gestationStatus - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reproductionDate = nil, calvingDateExp = nil, gestationStatus = nil) ⇒ Gestation

Returns a new instance of Gestation.



2153
2154
2155
2156
2157
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2153

def initialize(reproductionDate = nil, calvingDateExp = nil, gestationStatus = nil)
  @reproductionDate = reproductionDate
  @calvingDateExp = calvingDateExp
  @gestationStatus = gestationStatus
end

Instance Attribute Details

#calvingDateExpObject

Returns the value of attribute calvingDateExp.



2150
2151
2152
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2150

def calvingDateExp
  @calvingDateExp
end

#gestationStatusObject

Returns the value of attribute gestationStatus.



2151
2152
2153
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2151

def gestationStatus
  @gestationStatus
end

#reproductionDateObject

Returns the value of attribute reproductionDate.



2149
2150
2151
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2149

def reproductionDate
  @reproductionDate
end