Class: Xporter::Exporter
- Inherits:
-
Object
- Object
- Xporter::Exporter
- Defined in:
- lib/xporter/exporter.rb,
lib/xporter/exporter/dsl.rb,
lib/xporter/exporter/settings.rb,
lib/xporter/exporter/decorator.rb,
lib/xporter/exporter/generator.rb,
lib/xporter/exporter/streaming.rb,
lib/xporter/exporter/transform.rb
Defined Under Namespace
Modules: DSL, Decorator, Generator, Settings, Streaming, Transform
Class Method Summary collapse
-
.inherited(other) ⇒ Object
reset so that each subclass has it’s own collection.
Methods included from Streaming
Methods included from Generator
Methods included from Transform
Methods included from Settings
Class Method Details
.inherited(other) ⇒ Object
reset so that each subclass has it’s own collection
18 19 20 |
# File 'lib/xporter/exporter.rb', line 18 def self.inherited(other) other._columns = [] end |