Class: Trax::Model::Attributes::Types::Set::Value

Inherits:
Value
  • Object
show all
Includes:
ExtensionsFor::Set
Defined in:
lib/trax/model/attributes/types/set.rb

Instance Method Summary collapse

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