Class: Ippon::Validate::Form::Field

Inherits:
Struct
  • Object
show all
Defined in:
lib/ippon/validate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



825
826
827
# File 'lib/ippon/validate.rb', line 825

def key
  @key
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



825
826
827
# File 'lib/ippon/validate.rb', line 825

def schema
  @schema
end

#setterObject

Returns the value of attribute setter

Returns:

  • (Object)

    the current value of setter



825
826
827
# File 'lib/ippon/validate.rb', line 825

def setter
  @setter
end