Class: CrvApiClient::Api::Animals::BreedFraction

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.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.



1040
1041
1042
1043
# File 'lib/crv_api_client/api/animals/animals.rb', line 1040

def initialize(breed = nil, fraction = nil)
  @breed = breed
  @fraction = fraction
end

Instance Attribute Details

#breedObject

Returns the value of attribute breed.



1037
1038
1039
# File 'lib/crv_api_client/api/animals/animals.rb', line 1037

def breed
  @breed
end

#fractionObject

Returns the value of attribute fraction.



1038
1039
1040
# File 'lib/crv_api_client/api/animals/animals.rb', line 1038

def fraction
  @fraction
end