Class: CrvApiClient::Api::Reproduction::AnimalOffer

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

Overview

/animalOffer

animalOfferType - SOAP::SOAPString
animalId - CrvApiClient::Api::Reproduction::AnimalId
owner - CrvApiClient::Api::Reproduction::ParticipantId
keeper - CrvApiClient::Api::Reproduction::ParticipantId
agreement - CrvApiClient::Api::Reproduction::BooleanType
ibrFree - CrvApiClient::Api::Reproduction::BooleanType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(animalOfferType = nil, animalId = nil, owner = nil, keeper = nil, agreement = nil, ibrFree = nil) ⇒ AnimalOffer

Returns a new instance of AnimalOffer.



2627
2628
2629
2630
2631
2632
2633
2634
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2627

def initialize(animalOfferType = nil, animalId = nil, owner = nil, keeper = nil, agreement = nil, ibrFree = nil)
  @animalOfferType = animalOfferType
  @animalId = animalId
  @owner = owner
  @keeper = keeper
  @agreement = agreement
  @ibrFree = ibrFree
end

Instance Attribute Details

#agreementObject

Returns the value of attribute agreement.



2624
2625
2626
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2624

def agreement
  @agreement
end

#animalIdObject

Returns the value of attribute animalId.



2621
2622
2623
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2621

def animalId
  @animalId
end

#animalOfferTypeObject

Returns the value of attribute animalOfferType.



2620
2621
2622
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2620

def animalOfferType
  @animalOfferType
end

#ibrFreeObject

Returns the value of attribute ibrFree.



2625
2626
2627
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2625

def ibrFree
  @ibrFree
end

#keeperObject

Returns the value of attribute keeper.



2623
2624
2625
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2623

def keeper
  @keeper
end

#ownerObject

Returns the value of attribute owner.



2622
2623
2624
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2622

def owner
  @owner
end