Class: CrvApiClient::Api::Reproduction::ListTopGestationCalvingResponse
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::ListTopGestationCalvingResponse
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/listTopGestationCalvingResponse
responseMessage - CrvApiClient::Api::Reproduction::ListTopGestationCalvingResponseType
serviceMessage - CrvApiClient::Api::Reproduction::ServiceMessage
Instance Attribute Summary collapse
-
#responseMessage ⇒ Object
Returns the value of attribute responseMessage.
-
#serviceMessage ⇒ Object
Returns the value of attribute serviceMessage.
Instance Method Summary collapse
-
#initialize(responseMessage = nil, serviceMessage = nil) ⇒ ListTopGestationCalvingResponse
constructor
A new instance of ListTopGestationCalvingResponse.
Constructor Details
#initialize(responseMessage = nil, serviceMessage = nil) ⇒ ListTopGestationCalvingResponse
8526 8527 8528 8529 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 8526 def initialize(responseMessage = nil, serviceMessage = nil) @responseMessage = responseMessage @serviceMessage = serviceMessage end |
Instance Attribute Details
#responseMessage ⇒ Object
Returns the value of attribute responseMessage.
8523 8524 8525 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 8523 def responseMessage @responseMessage end |
#serviceMessage ⇒ Object
Returns the value of attribute serviceMessage.
8524 8525 8526 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 8524 def serviceMessage @serviceMessage end |