Module: Virgola
- Extended by:
- ActiveSupport::Concern
- Includes:
- AttributeMethods, Callbacks
- Defined in:
- lib/virgola/attribute_methods.rb,
lib/virgola.rb,
lib/virgola/version.rb,
lib/virgola/attribute.rb,
lib/virgola/callbacks.rb,
lib/virgola/csv_parser.rb
Overview
Overridable accessors as of Nunemaker. railstips.org/blog/archives/2010/08/29/building-an-object-mapper-override-able-accessors/
Defined Under Namespace
Modules: AttributeMethods, Callbacks, ClassMethods, ExtractionMethods Classes: Attribute, CSVParser
Constant Summary collapse
- VERSION =
"0.0.3"
- Types =
[String, Float, Time, Date, DateTime, Integer, Boolean]