Class: Trax::Model::Attributes::Types::String::Value
- Includes:
- ExtensionsFor::String
- Defined in:
- lib/trax/model/attributes/types/string.rb
Class Method Summary collapse
Methods inherited from Value
#__getobj__, #initialize, symbolic_name, to_sym
Constructor Details
This class inherits a constructor from Trax::Model::Attributes::Value
Class Method Details
.type ⇒ Object
21 |
# File 'lib/trax/model/attributes/types/string.rb', line 21 def self.type; :string end |