Module: Yarrow::Schema::Types::CompoundType
Instance Method Summary collapse
Instance Method Details
#instance(unit_type) ⇒ Object
126 127 128 129 |
# File 'lib/yarrow/schema/types.rb', line 126 def instance(unit_type) @unit = Instance.of(unit_type) self end |