Class: CrvApiClient::Api::Reproduction::SemenTransfer

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

Overview

/semenTransfer

depotFrom - SOAP::SOAPString
depotTo - SOAP::SOAPString
registrationTime - (any)
semenTransfered - CrvApiClient::Api::Reproduction::SemenAmount

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(depotFrom = nil, depotTo = nil, registrationTime = nil, semenTransfered = []) ⇒ SemenTransfer

Returns a new instance of SemenTransfer.



1941
1942
1943
1944
1945
1946
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1941

def initialize(depotFrom = nil, depotTo = nil, registrationTime = nil, semenTransfered = [])
  @depotFrom = depotFrom
  @depotTo = depotTo
  @registrationTime = registrationTime
  @semenTransfered = semenTransfered
end

Instance Attribute Details

#depotFromObject

Returns the value of attribute depotFrom.



1936
1937
1938
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1936

def depotFrom
  @depotFrom
end

#depotToObject

Returns the value of attribute depotTo.



1937
1938
1939
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1937

def depotTo
  @depotTo
end

#registrationTimeObject

Returns the value of attribute registrationTime.



1938
1939
1940
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1938

def registrationTime
  @registrationTime
end

#semenTransferedObject

Returns the value of attribute semenTransfered.



1939
1940
1941
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1939

def semenTransfered
  @semenTransfered
end