Class: CrvApiClient::Api::Animals::DeletePlannedDepartureResponse

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

Overview

/deletePlannedDepartureResponse

responseMessage - SOAP::SOAPString
serviceMessage - CrvApiClient::Api::Animals::ServiceMessage

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#responseMessageObject

Returns the value of attribute responseMessage.



1573
1574
1575
# File 'lib/crv_api_client/api/animals/animals.rb', line 1573

def responseMessage
  @responseMessage
end

#serviceMessageObject

Returns the value of attribute serviceMessage.



1574
1575
1576
# File 'lib/crv_api_client/api/animals/animals.rb', line 1574

def serviceMessage
  @serviceMessage
end