Class: CrvApiClient::Api::Animals::BullDetails
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::BullDetails
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/bullDetails
bullId - CrvApiClient::Api::Animals::AnimalId
aiCode - CrvApiClient::Api::Animals::AnimalId
bullName - SOAP::SOAPString
bullShortName - SOAP::SOAPString
birthDate - (any)
colourHair - SOAP::SOAPString
Instance Attribute Summary collapse
-
#aiCode ⇒ Object
Returns the value of attribute aiCode.
-
#birthDate ⇒ Object
Returns the value of attribute birthDate.
-
#bullId ⇒ Object
Returns the value of attribute bullId.
-
#bullName ⇒ Object
Returns the value of attribute bullName.
-
#bullShortName ⇒ Object
Returns the value of attribute bullShortName.
-
#colourHair ⇒ Object
Returns the value of attribute colourHair.
Instance Method Summary collapse
-
#initialize(bullId = nil, aiCode = nil, bullName = nil, bullShortName = nil, birthDate = nil, colourHair = nil) ⇒ BullDetails
constructor
A new instance of BullDetails.
Constructor Details
#initialize(bullId = nil, aiCode = nil, bullName = nil, bullShortName = nil, birthDate = nil, colourHair = nil) ⇒ BullDetails
Returns a new instance of BullDetails.
1061 1062 1063 1064 1065 1066 1067 1068 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1061 def initialize(bullId = nil, aiCode = nil, bullName = nil, bullShortName = nil, birthDate = nil, colourHair = nil) @bullId = bullId @aiCode = aiCode @bullName = bullName @bullShortName = bullShortName @birthDate = birthDate @colourHair = colourHair end |
Instance Attribute Details
#aiCode ⇒ Object
Returns the value of attribute aiCode.
1055 1056 1057 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1055 def aiCode @aiCode end |
#birthDate ⇒ Object
Returns the value of attribute birthDate.
1058 1059 1060 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1058 def birthDate @birthDate end |
#bullId ⇒ Object
Returns the value of attribute bullId.
1054 1055 1056 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1054 def bullId @bullId end |
#bullName ⇒ Object
Returns the value of attribute bullName.
1056 1057 1058 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1056 def bullName @bullName end |
#bullShortName ⇒ Object
Returns the value of attribute bullShortName.
1057 1058 1059 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1057 def bullShortName @bullShortName end |
#colourHair ⇒ Object
Returns the value of attribute colourHair.
1059 1060 1061 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1059 def colourHair @colourHair end |