Class: CrvApiClient::Api::Reproduction::BreedFraction

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

/breedFraction

breed - SOAP::SOAPString
fraction - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#breedObject

Returns the value of attribute breed.



1597
1598
1599
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1597

def breed
  @breed
end

#fractionObject

Returns the value of attribute fraction.



1598
1599
1600
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1598

def fraction
  @fraction
end