Class: Ippon::Validate::Form::Field
- Inherits:
-
Struct
- Object
- Struct
- Ippon::Validate::Form::Field
- Defined in:
- lib/ippon/validate.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#setter ⇒ Object
Returns the value of attribute setter.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
825 826 827 |
# File 'lib/ippon/validate.rb', line 825 def key @key end |
#schema ⇒ Object
Returns the value of attribute schema
825 826 827 |
# File 'lib/ippon/validate.rb', line 825 def schema @schema end |
#setter ⇒ Object
Returns the value of attribute setter
825 826 827 |
# File 'lib/ippon/validate.rb', line 825 def setter @setter end |