Class: Plum::FieldTypeRegistry::Definition

Inherits:
Struct
  • Object
show all
Defined in:
app/services/plum/field_type_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration

Returns:

  • (Object)

    the current value of configuration



3
4
5
# File 'app/services/plum/field_type_registry.rb', line 3

def configuration
  @configuration
end

#expanderObject

Returns the value of attribute expander

Returns:

  • (Object)

    the current value of expander



3
4
5
# File 'app/services/plum/field_type_registry.rb', line 3

def expander
  @expander
end

#handleObject

Returns the value of attribute handle

Returns:

  • (Object)

    the current value of handle



3
4
5
# File 'app/services/plum/field_type_registry.rb', line 3

def handle
  @handle
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



3
4
5
# File 'app/services/plum/field_type_registry.rb', line 3

def label
  @label
end

#normalizerObject

Returns the value of attribute normalizer

Returns:

  • (Object)

    the current value of normalizer



3
4
5
# File 'app/services/plum/field_type_registry.rb', line 3

def normalizer
  @normalizer
end

#partialObject

Returns the value of attribute partial

Returns:

  • (Object)

    the current value of partial



3
4
5
# File 'app/services/plum/field_type_registry.rb', line 3

def partial
  @partial
end

#validatorObject

Returns the value of attribute validator

Returns:

  • (Object)

    the current value of validator



3
4
5
# File 'app/services/plum/field_type_registry.rb', line 3

def validator
  @validator
end