Class: Lolita::Configuration::Field::Boolean

Inherits:
Base
  • Object
show all
Defined in:
lib/lolita/configuration/field/boolean.rb

Instance Attribute Summary

Attributes inherited from Base

#dbi, #dbi_field, #nested_in

Instance Method Summary collapse

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) ⇒ Boolean

Returns a new instance of Boolean.



5
6
7
8
# File 'lib/lolita/configuration/field/boolean.rb', line 5

def initialize dbi,name,*args, &block
  
  super
end