Class: ROM::Files::Extensions::Markdown::AttributesInferrer

Inherits:
ROM::Files::Extensions::Markup::AttributesInferrer show all
Defined in:
lib/rom/files/extensions/markdown/attributes_inferrer.rb

Constant Summary

Constants inherited from Schema::AttributesInferrer

Schema::AttributesInferrer::KNOWN_COLUMNS

Instance Attribute Summary

Attributes inherited from Schema::AttributesInferrer

#attr_class

Instance Method Summary collapse

Methods inherited from ROM::Files::Extensions::Markup::AttributesInferrer

#columns, #infer_attributes, #infer_markup_attributes

Methods inherited from Schema::AttributesInferrer

[], #build, #call, #columns, #infer_attributes, register, registered?, registry, #with

Instance Method Details

#markup_typeObject



11
12
13
# File 'lib/rom/files/extensions/markdown/attributes_inferrer.rb', line 11

def markup_type
  Types::Markdown::Document
end