Class: CrvApiClient::Api::Reproduction::TopGestation

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

Overview

/topGestation

topGestationBreeding - CrvApiClient::Api::Reproduction::TopGestationBreeding
gestationCalving - CrvApiClient::Api::Reproduction::GestationCalving

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(topGestationBreeding = nil, gestationCalving = nil) ⇒ TopGestation

Returns a new instance of TopGestation.



71
72
73
74
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 71

def initialize(topGestationBreeding = nil, gestationCalving = nil)
  @topGestationBreeding = topGestationBreeding
  @gestationCalving = gestationCalving
end

Instance Attribute Details

#gestationCalvingObject

Returns the value of attribute gestationCalving.



69
70
71
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 69

def gestationCalving
  @gestationCalving
end

#topGestationBreedingObject

Returns the value of attribute topGestationBreeding.



68
69
70
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 68

def topGestationBreeding
  @topGestationBreeding
end