Module: Phlexi::Field::Options::InferredTypes
- Included in:
- Builder
- Defined in:
- lib/phlexi/field/options/inferred_types.rb
Instance Method Summary collapse
- #inferred_field_component ⇒ Object
- #inferred_field_type ⇒ Object
- #inferred_string_field_type ⇒ Object
Instance Method Details
#inferred_field_component ⇒ Object
9 10 11 |
# File 'lib/phlexi/field/options/inferred_types.rb', line 9 def inferred_field_component @inferred_component ||= infer_field_component end |
#inferred_field_type ⇒ Object
13 14 15 |
# File 'lib/phlexi/field/options/inferred_types.rb', line 13 def inferred_field_type @inferred_field_type ||= infer_field_type end |
#inferred_string_field_type ⇒ Object
17 18 19 |
# File 'lib/phlexi/field/options/inferred_types.rb', line 17 def inferred_string_field_type @inferred_string_field_type || infer_string_field_type end |