Module: TypedAttributes

Defined in:
lib/typed_attributes.rb,
lib/typed_attributes/parser.rb,
lib/typed_attributes/parser/ids_type.rb,
lib/typed_attributes/parser/base_type.rb,
lib/typed_attributes/parser/enum_type.rb,
lib/typed_attributes/parser/array_type.rb,
lib/typed_attributes/parser/flags_type.rb,
lib/typed_attributes/parser/float_type.rb,
lib/typed_attributes/parser/fixnum_type.rb,
lib/typed_attributes/parser/string_type.rb,
lib/typed_attributes/parser/symbol_type.rb,
lib/typed_attributes/parser/boolean_type.rb,
lib/typed_attributes/parser/date_time_type.rb

Defined Under Namespace

Modules: ClassMethods, Parser

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



2
3
4
# File 'lib/typed_attributes.rb', line 2

def self.included(base)
  base.send :extend, ClassMethods
end