Class: CrvApiClient::Api::Animals::ContextMessageDetail

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

Overview

/contextMessageDetail

contextCode - SOAP::SOAPString
contextValue - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(contextCode = nil, contextValue = nil) ⇒ ContextMessageDetail

Returns a new instance of ContextMessageDetail.



347
348
349
350
# File 'lib/crv_api_client/api/animals/animals.rb', line 347

def initialize(contextCode = nil, contextValue = nil)
  @contextCode = contextCode
  @contextValue = contextValue
end

Instance Attribute Details

#contextCodeObject

Returns the value of attribute contextCode.



344
345
346
# File 'lib/crv_api_client/api/animals/animals.rb', line 344

def contextCode
  @contextCode
end

#contextValueObject

Returns the value of attribute contextValue.



345
346
347
# File 'lib/crv_api_client/api/animals/animals.rb', line 345

def contextValue
  @contextValue
end