Class: Trax::Model::Attributes::Types::UuidArray::Value
- Inherits:
-
Value
- Object
- SimpleDelegator
- Value
- Trax::Model::Attributes::Types::UuidArray::Value
- Defined in:
- lib/trax/model/attributes/types/uuid_array.rb
Instance Method Summary collapse
- #__getobj__ ⇒ Object
-
#initialize(*args) ⇒ Value
constructor
A new instance of Value.
- #inspect ⇒ Object
Methods inherited from Value
Constructor Details
Instance Method Details
#__getobj__ ⇒ Object
28 29 30 |
# File 'lib/trax/model/attributes/types/uuid_array.rb', line 28 def __getobj__ @array end |
#inspect ⇒ Object
32 33 34 |
# File 'lib/trax/model/attributes/types/uuid_array.rb', line 32 def inspect @array.to_a.flatten.inspect end |