Class: CrvApiClient::Api::Animals::BullDetails

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#aiCodeObject

Returns the value of attribute aiCode.



1055
1056
1057
# File 'lib/crv_api_client/api/animals/animals.rb', line 1055

def aiCode
  @aiCode
end

#birthDateObject

Returns the value of attribute birthDate.



1058
1059
1060
# File 'lib/crv_api_client/api/animals/animals.rb', line 1058

def birthDate
  @birthDate
end

#bullIdObject

Returns the value of attribute bullId.



1054
1055
1056
# File 'lib/crv_api_client/api/animals/animals.rb', line 1054

def bullId
  @bullId
end

#bullNameObject

Returns the value of attribute bullName.



1056
1057
1058
# File 'lib/crv_api_client/api/animals/animals.rb', line 1056

def bullName
  @bullName
end

#bullShortNameObject

Returns the value of attribute bullShortName.



1057
1058
1059
# File 'lib/crv_api_client/api/animals/animals.rb', line 1057

def bullShortName
  @bullShortName
end

#colourHairObject

Returns the value of attribute colourHair.



1059
1060
1061
# File 'lib/crv_api_client/api/animals/animals.rb', line 1059

def colourHair
  @colourHair
end