Class: CrvApiClient::Api::Reproduction::BreedFraction
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::BreedFraction
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/breedFraction
breed - SOAP::SOAPString
fraction - SOAP::SOAPString
Instance Attribute Summary collapse
-
#breed ⇒ Object
Returns the value of attribute breed.
-
#fraction ⇒ Object
Returns the value of attribute fraction.
Instance Method Summary collapse
-
#initialize(breed = nil, fraction = nil) ⇒ BreedFraction
constructor
A new instance of BreedFraction.
Constructor Details
#initialize(breed = nil, fraction = nil) ⇒ BreedFraction
Returns a new instance of BreedFraction.
1600 1601 1602 1603 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1600 def initialize(breed = nil, fraction = nil) @breed = breed @fraction = fraction end |
Instance Attribute Details
#breed ⇒ Object
Returns the value of attribute breed.
1597 1598 1599 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1597 def breed @breed end |
#fraction ⇒ Object
Returns the value of attribute fraction.
1598 1599 1600 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1598 def fraction @fraction end |