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(*args) ⇒ Integer
constructor
A new instance of Integer.
Methods inherited from Base
#name=, #nested?, #nested_in?, #record_value, #set_attributes, #type, #type=, #type_name, #value, #value=
Methods included from Builder
#build, #builder_options, #default_builder, #get_builder
Constructor Details
#initialize(*args) ⇒ Integer
Returns a new instance of Integer.
5 6 7 8 |
# File 'lib/lolita/configuration/field/integer.rb', line 5 def initialize *args @type="integer" super end |