Class: Lolita::Configuration::Field::Integer
- Defined in:
- lib/lolita/configuration/field/integer.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(dbi, name, *args, &block) ⇒ Integer
constructor
A new instance of Integer.
Methods inherited from Base
#find_dbi_field, #match_state_of?, #name=, #nested?, #nested_in?, #record_state_matches_with, #set_attributes, #title, #type, #type=
Methods included from Builder
#build, #builder, #builder=, #builder_default_name, #builder_default_options, #builder_default_state
Constructor Details
#initialize(dbi, name, *args, &block) ⇒ Integer
Returns a new instance of Integer.
5 6 7 |
# File 'lib/lolita/configuration/field/integer.rb', line 5 def initialize dbi,name,*args, &block super end |