Class: CrvApiClient::Api::Animals::ColumnValue

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

Overview

/columnValue

value - SOAP::SOAPString
representation - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value = nil, representation = nil) ⇒ ColumnValue

Returns a new instance of ColumnValue.



691
692
693
694
# File 'lib/crv_api_client/api/animals/animals.rb', line 691

def initialize(value = nil, representation = nil)
  @value = value
  @representation = representation
end

Instance Attribute Details

#representationObject

Returns the value of attribute representation.



689
690
691
# File 'lib/crv_api_client/api/animals/animals.rb', line 689

def representation
  @representation
end

#valueObject

Returns the value of attribute value.



688
689
690
# File 'lib/crv_api_client/api/animals/animals.rb', line 688

def value
  @value
end