Class: CrvApiClient::Api::Reproduction::BullDetails_

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

Instance Method Summary collapse

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

#breedFactor1Object

Returns the value of attribute breedFactor1.



2581
2582
2583
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2581

def breedFactor1
  @breedFactor1
end

#breedFactor2Object

Returns the value of attribute breedFactor2.



2582
2583
2584
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2582

def breedFactor2
  @breedFactor2
end

#bullObject

Returns the value of attribute bull.



2577
2578
2579
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2577

def bull
  @bull
end

#bullCdObject

Returns the value of attribute bullCd.



2575
2576
2577
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2575

def bullCd
  @bullCd
end

#bullNameObject

Returns the value of attribute bullName.



2576
2577
2578
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2576

def bullName
  @bullName
end

#colourHairObject

Returns the value of attribute colourHair.



2580
2581
2582
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2580

def colourHair
  @colourHair
end

#damSireNameObject

Returns the value of attribute damSireName.



2579
2580
2581
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2579

def damSireName
  @damSireName
end

#sireNameObject

Returns the value of attribute sireName.



2578
2579
2580
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2578

def sireName
  @sireName
end