Class: CrvApiClient::Api::Reproduction::ListFertilizationResponse

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

Overview

/listFertilizationResponse

responseMessage - CrvApiClient::Api::Reproduction::ListFertilizationResponseType
serviceMessage - CrvApiClient::Api::Reproduction::ServiceMessage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(responseMessage = nil, serviceMessage = nil) ⇒ ListFertilizationResponse

Returns a new instance of ListFertilizationResponse.



8552
8553
8554
8555
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 8552

def initialize(responseMessage = nil, serviceMessage = nil)
  @responseMessage = responseMessage
  @serviceMessage = serviceMessage
end

Instance Attribute Details

#responseMessageObject

Returns the value of attribute responseMessage.



8549
8550
8551
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 8549

def responseMessage
  @responseMessage
end

#serviceMessageObject

Returns the value of attribute serviceMessage.



8550
8551
8552
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 8550

def serviceMessage
  @serviceMessage
end