Class: CrvApiClient::Api::Reproduction::SemenRemoval

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

Overview

/semenRemoval

depot - SOAP::SOAPString
removalReasonCd - SOAP::SOAPString
registrationTime - (any)
semenRemoved - CrvApiClient::Api::Reproduction::SemenAmount

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(depot = nil, removalReasonCd = nil, registrationTime = nil, semenRemoved = nil) ⇒ SemenRemoval

Returns a new instance of SemenRemoval.



1922
1923
1924
1925
1926
1927
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1922

def initialize(depot = nil, removalReasonCd = nil, registrationTime = nil, semenRemoved = nil)
  @depot = depot
  @removalReasonCd = removalReasonCd
  @registrationTime = registrationTime
  @semenRemoved = semenRemoved
end

Instance Attribute Details

#depotObject

Returns the value of attribute depot.



1917
1918
1919
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1917

def depot
  @depot
end

#registrationTimeObject

Returns the value of attribute registrationTime.



1919
1920
1921
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1919

def registrationTime
  @registrationTime
end

#removalReasonCdObject

Returns the value of attribute removalReasonCd.



1918
1919
1920
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1918

def removalReasonCd
  @removalReasonCd
end

#semenRemovedObject

Returns the value of attribute semenRemoved.



1920
1921
1922
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1920

def semenRemoved
  @semenRemoved
end