Class: CrvApiClient::Api::Animals::ListHerdPedigreeResponse

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

Overview

/listHerdPedigreeResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ListHerdPedigreeResponse.



1729
1730
1731
1732
# File 'lib/crv_api_client/api/animals/animals.rb', line 1729

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

Instance Attribute Details

#responseMessageObject

Returns the value of attribute responseMessage.



1726
1727
1728
# File 'lib/crv_api_client/api/animals/animals.rb', line 1726

def responseMessage
  @responseMessage
end

#serviceMessageObject

Returns the value of attribute serviceMessage.



1727
1728
1729
# File 'lib/crv_api_client/api/animals/animals.rb', line 1727

def serviceMessage
  @serviceMessage
end