Class: CrvApiClient::Api::Animals::DeletePlannedDepartureResponse
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::DeletePlannedDepartureResponse
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/deletePlannedDepartureResponse
responseMessage - SOAP::SOAPString
serviceMessage - CrvApiClient::Api::Animals::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) ⇒ DeletePlannedDepartureResponse
constructor
A new instance of DeletePlannedDepartureResponse.
Constructor Details
#initialize(responseMessage = nil, serviceMessage = nil) ⇒ DeletePlannedDepartureResponse
Returns a new instance of DeletePlannedDepartureResponse.
1576 1577 1578 1579 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1576 def initialize(responseMessage = nil, serviceMessage = nil) @responseMessage = responseMessage @serviceMessage = serviceMessage end |
Instance Attribute Details
#responseMessage ⇒ Object
Returns the value of attribute responseMessage.
1573 1574 1575 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1573 def responseMessage @responseMessage end |
#serviceMessage ⇒ Object
Returns the value of attribute serviceMessage.
1574 1575 1576 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1574 def serviceMessage @serviceMessage end |