Class: Trax::Model::Attributes::Types::Set::Value
- Includes:
- ExtensionsFor::Set
- Defined in:
- lib/trax/model/attributes/types/set.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Value
constructor
A new instance of Value.
Methods inherited from Value
#__getobj__, symbolic_name, to_sym
Constructor Details
#initialize(*args) ⇒ Value
Returns a new instance of Value.
23 24 25 |
# File 'lib/trax/model/attributes/types/set.rb', line 23 def initialize(*args) @value = ::Set.new(*args) end |