Class: CrvApiClient::Api::Animals::PlannedArrival
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::PlannedArrival
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/plannedArrival
animal - CrvApiClient::Api::Animals::Animal
plannedArrivalDetail - CrvApiClient::Api::Animals::PlannedArrivalDetail
breedFraction - CrvApiClient::Api::Animals::BreedFraction
Instance Attribute Summary collapse
-
#animal ⇒ Object
Returns the value of attribute animal.
-
#breedFraction ⇒ Object
Returns the value of attribute breedFraction.
-
#plannedArrivalDetail ⇒ Object
Returns the value of attribute plannedArrivalDetail.
Instance Method Summary collapse
-
#initialize(animal = [], plannedArrivalDetail = nil, breedFraction = []) ⇒ PlannedArrival
constructor
A new instance of PlannedArrival.
Constructor Details
#initialize(animal = [], plannedArrivalDetail = nil, breedFraction = []) ⇒ PlannedArrival
Returns a new instance of PlannedArrival.
1269 1270 1271 1272 1273 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1269 def initialize(animal = [], plannedArrivalDetail = nil, breedFraction = []) @animal = animal @plannedArrivalDetail = plannedArrivalDetail @breedFraction = breedFraction end |
Instance Attribute Details
#animal ⇒ Object
Returns the value of attribute animal.
1265 1266 1267 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1265 def animal @animal end |
#breedFraction ⇒ Object
Returns the value of attribute breedFraction.
1267 1268 1269 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1267 def breedFraction @breedFraction end |
#plannedArrivalDetail ⇒ Object
Returns the value of attribute plannedArrivalDetail.
1266 1267 1268 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1266 def plannedArrivalDetail @plannedArrivalDetail end |