Module: Sumaki::Model::Fields
- Defined in:
- lib/sumaki/model/fields.rb,
lib/sumaki/model/fields/type.rb,
lib/sumaki/model/fields/type/date.rb,
lib/sumaki/model/fields/reflection.rb,
lib/sumaki/model/fields/type/float.rb,
lib/sumaki/model/fields/type/value.rb,
lib/sumaki/model/fields/type/string.rb,
lib/sumaki/model/fields/type/boolean.rb,
lib/sumaki/model/fields/type/integer.rb,
lib/sumaki/model/fields/type/date_time.rb
Overview
Sumaki::Model::Fields
Defined Under Namespace
Modules: AccessorAdder, ClassMethods, InstanceMethods, Type Classes: FieldAccessor, Reflection
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
9 10 11 12 |
# File 'lib/sumaki/model/fields.rb', line 9 def self.included(base) base.extend ClassMethods base.include InstanceMethods end |