Class: CrvApiClient::Api::Animals::ModifyAnimalManagementResponse

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

Overview

/modifyAnimalManagementResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ModifyAnimalManagementResponse.



1524
1525
1526
1527
# File 'lib/crv_api_client/api/animals/animals.rb', line 1524

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

Instance Attribute Details

#responseMessageObject

Returns the value of attribute responseMessage.



1521
1522
1523
# File 'lib/crv_api_client/api/animals/animals.rb', line 1521

def responseMessage
  @responseMessage
end

#serviceMessageObject

Returns the value of attribute serviceMessage.



1522
1523
1524
# File 'lib/crv_api_client/api/animals/animals.rb', line 1522

def serviceMessage
  @serviceMessage
end