Class: ROM::Files::Extensions::Text::AttributesInferrer

Inherits:
Markup::AttributesInferrer show all
Defined in:
lib/rom/files/extensions/text/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 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_typeDry::Types::Definition

Returns:

  • (Dry::Types::Definition)


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

def markup_type
  Types::String
end