Class: Super::Display::SchemaTypes::Builder

Inherits:
Object
  • Object
show all
Extended by:
Useful::Builder
Defined in:
lib/super/display/schema_types.rb

Instance Method Summary collapse

Methods included from Useful::Builder

builder, builder_with_block

Instance Method Details

#buildObject



24
25
26
27
28
29
30
31
# File 'lib/super/display/schema_types.rb', line 24

def build
  Built.new(
    real: @real,
    type: @type,
    ignore_nil: !!@ignore_nil,
    &@transform_block
  )
end