Class: ViewComponentReducible::State::Schema::Field

Inherits:
Struct
  • Object
show all
Defined in:
lib/view_component_reducible/state/schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • the current value of default



7
8
9
# File 'lib/view_component_reducible/state/schema.rb', line 7

def default
  @default
end

#nameObject

Returns the value of attribute name

Returns:

  • the current value of name



7
8
9
# File 'lib/view_component_reducible/state/schema.rb', line 7

def name
  @name
end