Module: DocumentBuilder::Coercion

Included in:
IntegerProperty, TextProperty, TimeProperty, UtcTimeProperty
Defined in:
lib/document_builder/coercion.rb

Defined Under Namespace

Modules: ClassMethods Classes: IntegerProperty, TextProperty, TimeProperty, UtcTimeProperty

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



13
14
15
# File 'lib/document_builder/coercion.rb', line 13

def self.included(base)
  base.extend(ClassMethods)
end