Module: DocumentBuilder::Coercion
- Included in:
- ChildAttribute, ElementAttribute, IntegerAttribute, TextAttribute, TimeAttribute, UtcTimeAttribute
- Defined in:
- lib/document_builder/coercion.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
22 23 24 |
# File 'lib/document_builder/coercion.rb', line 22 def self.included(base) base.extend(ClassMethods) end |