Class: CrvApiClient::Api::Animals::AddPlannedDepartureResponse

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

Overview

/addPlannedDepartureResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AddPlannedDepartureResponse.



1550
1551
1552
1553
# File 'lib/crv_api_client/api/animals/animals.rb', line 1550

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

Instance Attribute Details

#responseMessageObject

Returns the value of attribute responseMessage.



1547
1548
1549
# File 'lib/crv_api_client/api/animals/animals.rb', line 1547

def responseMessage
  @responseMessage
end

#serviceMessageObject

Returns the value of attribute serviceMessage.



1548
1549
1550
# File 'lib/crv_api_client/api/animals/animals.rb', line 1548

def serviceMessage
  @serviceMessage
end