Class: CrvApiClient::Api::Animals::ListFoodChainInformationResponse

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

Overview

/listFoodChainInformationResponse

responseMessage - CrvApiClient::Api::Animals::ListFoodChainInformationResponseType
serviceMessage - CrvApiClient::Api::Animals::ServiceMessage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ListFoodChainInformationResponse.



1654
1655
1656
1657
# File 'lib/crv_api_client/api/animals/animals.rb', line 1654

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

Instance Attribute Details

#responseMessageObject

Returns the value of attribute responseMessage.



1651
1652
1653
# File 'lib/crv_api_client/api/animals/animals.rb', line 1651

def responseMessage
  @responseMessage
end

#serviceMessageObject

Returns the value of attribute serviceMessage.



1652
1653
1654
# File 'lib/crv_api_client/api/animals/animals.rb', line 1652

def serviceMessage
  @serviceMessage
end