Class: Super::Display::SchemaTypes::Builder
- Inherits:
-
Object
- Object
- Super::Display::SchemaTypes::Builder
show all
- Extended by:
- Useful::Builder
- Defined in:
- lib/super/display/schema_types.rb
Instance Method Summary
collapse
builder, builder_with_block
Instance Method Details
#build ⇒ Object
40
41
42
43
44
45
46
47
48
|
# File 'lib/super/display/schema_types.rb', line 40
def build
Built.new(
real: @real,
type: @type,
ignore_nil: !!@ignore_nil,
attribute_name: @attribute_name,
&@transform_block
)
end
|