Class: Mida::DataType::Text

Inherits:
Generic
  • Object
show all
Defined in:
lib/mida/datatype/text.rb

Overview

Text data type

Instance Method Summary collapse

Methods inherited from Generic

#==, #method_missing, parse, #to_s, #to_yaml

Constructor Details

#initialize(value) ⇒ Text

Returns the value extracted



8
9
10
# File 'lib/mida/datatype/text.rb', line 8

def initialize(value)
  @parsedValue = value
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Mida::DataType::Generic