Module: Marquery::Attributable
- Defined in:
- lib/marquery/attributable.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- VALID_TYPES =
%i[string int float bool date time array].freeze
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
10 11 12 |
# File 'lib/marquery/attributable.rb', line 10 def self.included(base) base.extend(ClassMethods) end |