Class: CrvApiClient::Api::Reproduction::ColumnValue

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.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.



1052
1053
1054
1055
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1052

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

Instance Attribute Details

#representationObject

Returns the value of attribute representation.



1050
1051
1052
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1050

def representation
  @representation
end

#valueObject

Returns the value of attribute value.



1049
1050
1051
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1049

def value
  @value
end