Class: ViewComponentReducible::State::Schema::Field
- Inherits:
-
Struct
- Object
- Struct
- ViewComponentReducible::State::Schema::Field
- Defined in:
- lib/view_component_reducible/state/schema.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
7 8 9 |
# File 'lib/view_component_reducible/state/schema.rb', line 7 def default @default end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/view_component_reducible/state/schema.rb', line 7 def name @name end |