Class: Momomoto::Datatype::Array::Text

Inherits:
Base
  • Object
show all
Defined in:
lib/momomoto/datatype/array/text.rb

Overview

datatype for text arrays

Instance Method Summary collapse

Methods inherited from Base

#compile_rule, #default_operator, #escape, #filter_get, #filter_set, #initialize, operator_sign

Methods inherited from Base

#compile_rule, #default, #default_operator, #equal, #escape, #filter_set, #initialize, #not_null?, operator_sign

Constructor Details

This class inherits a constructor from Momomoto::Datatype::Array::Base

Instance Method Details

#array_typeObject



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

def array_type
  "text"
end