Class: Xporter::Exporter

Inherits:
Object
  • Object
show all
Includes:
DSL, Decorator, Generator, Settings, Streaming, Transform
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

Methods included from Streaming

#stream

Methods included from Generator

#generate

Methods included from Transform

#context=

Methods included from Settings

#columns

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