Class: CrvApiClient::Api::Reproduction::LgcCalf

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(animal = nil, calfKeeper = nil, animalPedigree = nil) ⇒ LgcCalf

Returns a new instance of LgcCalf.



134
135
136
137
138
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 134

def initialize(animal = nil, calfKeeper = nil, animalPedigree = nil)
  @animal = animal
  @calfKeeper = calfKeeper
  @animalPedigree = animalPedigree
end

Instance Attribute Details

#animalObject

Returns the value of attribute animal.



130
131
132
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 130

def animal
  @animal
end

#animalPedigreeObject

Returns the value of attribute animalPedigree.



132
133
134
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 132

def animalPedigree
  @animalPedigree
end

#calfKeeperObject

Returns the value of attribute calfKeeper.



131
132
133
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 131

def calfKeeper
  @calfKeeper
end