Class: Trax::Core::Types::String

Inherits:
ValueObject show all
Defined in:
lib/trax/core/types/string.rb

Class Method Summary collapse

Methods inherited from ValueObject

#__getobj__, #initialize, #nil?, symbolic_name, to_schema, to_sym

Constructor Details

This class inherits a constructor from Trax::Core::Types::ValueObject

Class Method Details

.typeObject



5
6
7
# File 'lib/trax/core/types/string.rb', line 5

def self.type
  :string
end