Class: Plum::FieldTypeRegistry::Definition
- Inherits:
-
Struct
- Object
- Struct
- Plum::FieldTypeRegistry::Definition
- Defined in:
- app/services/plum/field_type_registry.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#expander ⇒ Object
Returns the value of attribute expander.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#label ⇒ Object
Returns the value of attribute label.
-
#normalizer ⇒ Object
Returns the value of attribute normalizer.
-
#partial ⇒ Object
Returns the value of attribute partial.
-
#validator ⇒ Object
Returns the value of attribute validator.
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration
3 4 5 |
# File 'app/services/plum/field_type_registry.rb', line 3 def configuration @configuration end |
#expander ⇒ Object
Returns the value of attribute expander
3 4 5 |
# File 'app/services/plum/field_type_registry.rb', line 3 def @expander end |
#handle ⇒ Object
Returns the value of attribute handle
3 4 5 |
# File 'app/services/plum/field_type_registry.rb', line 3 def handle @handle end |
#label ⇒ Object
Returns the value of attribute label
3 4 5 |
# File 'app/services/plum/field_type_registry.rb', line 3 def label @label end |
#normalizer ⇒ Object
Returns the value of attribute normalizer
3 4 5 |
# File 'app/services/plum/field_type_registry.rb', line 3 def normalizer @normalizer end |
#partial ⇒ Object
Returns the value of attribute partial
3 4 5 |
# File 'app/services/plum/field_type_registry.rb', line 3 def partial @partial end |
#validator ⇒ Object
Returns the value of attribute validator
3 4 5 |
# File 'app/services/plum/field_type_registry.rb', line 3 def validator @validator end |