class Zt::Exporters::BaseExporter

Attributes

data[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/zt/exporters/_base_exporter.rb, line 7
def initialize
  super
end

Public Instance Methods

export() click to toggle source
# File lib/zt/exporters/_base_exporter.rb, line 11
def export
  abort('export called on non-functional superclass exporter')
end