Class: CrvApiClient::Api::Reproduction::BullDetails_
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::BullDetails_
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/bullDetails
bullCd - SOAP::SOAPString
bullName - SOAP::SOAPString
bull - CrvApiClient::Api::Reproduction::AnimalId
sireName - SOAP::SOAPString
damSireName - SOAP::SOAPString
colourHair - SOAP::SOAPString
breedFactor1 - SOAP::SOAPString
breedFactor2 - SOAP::SOAPString
Instance Attribute Summary collapse
-
#breedFactor1 ⇒ Object
Returns the value of attribute breedFactor1.
-
#breedFactor2 ⇒ Object
Returns the value of attribute breedFactor2.
-
#bull ⇒ Object
Returns the value of attribute bull.
-
#bullCd ⇒ Object
Returns the value of attribute bullCd.
-
#bullName ⇒ Object
Returns the value of attribute bullName.
-
#colourHair ⇒ Object
Returns the value of attribute colourHair.
-
#damSireName ⇒ Object
Returns the value of attribute damSireName.
-
#sireName ⇒ Object
Returns the value of attribute sireName.
Instance Method Summary collapse
-
#initialize(bullCd = nil, bullName = nil, bull = nil, sireName = nil, damSireName = nil, colourHair = nil, breedFactor1 = nil, breedFactor2 = nil) ⇒ BullDetails_
constructor
A new instance of BullDetails_.
Constructor Details
#initialize(bullCd = nil, bullName = nil, bull = nil, sireName = nil, damSireName = nil, colourHair = nil, breedFactor1 = nil, breedFactor2 = nil) ⇒ BullDetails_
Returns a new instance of BullDetails_.
2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2584 def initialize(bullCd = nil, bullName = nil, bull = nil, sireName = nil, damSireName = nil, colourHair = nil, breedFactor1 = nil, breedFactor2 = nil) @bullCd = bullCd @bullName = bullName @bull = bull @sireName = sireName @damSireName = damSireName @colourHair = colourHair @breedFactor1 = breedFactor1 @breedFactor2 = breedFactor2 end |
Instance Attribute Details
#breedFactor1 ⇒ Object
Returns the value of attribute breedFactor1.
2581 2582 2583 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2581 def breedFactor1 @breedFactor1 end |
#breedFactor2 ⇒ Object
Returns the value of attribute breedFactor2.
2582 2583 2584 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2582 def breedFactor2 @breedFactor2 end |
#bull ⇒ Object
Returns the value of attribute bull.
2577 2578 2579 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2577 def bull @bull end |
#bullCd ⇒ Object
Returns the value of attribute bullCd.
2575 2576 2577 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2575 def bullCd @bullCd end |
#bullName ⇒ Object
Returns the value of attribute bullName.
2576 2577 2578 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2576 def bullName @bullName end |
#colourHair ⇒ Object
Returns the value of attribute colourHair.
2580 2581 2582 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2580 def colourHair @colourHair end |
#damSireName ⇒ Object
Returns the value of attribute damSireName.
2579 2580 2581 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2579 def damSireName @damSireName end |
#sireName ⇒ Object
Returns the value of attribute sireName.
2578 2579 2580 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2578 def sireName @sireName end |