Module: Matt::Exporter

Includes:
Support::Participant
Included in:
Sql
Defined in:
lib/matt/exporter.rb,
lib/matt/exporter/sql.rb

Defined Under Namespace

Classes: Sql

Instance Attribute Summary

Attributes included from Support::Participant

#configuration, #name

Instance Method Summary collapse

Methods included from Support::Participant

#class_name, #fail!, #to_s

Methods included from Support::Puts

#debug, #info, #puts_err, #puts_out, #stderr, #stdout

Instance Method Details

#export(measure, data) ⇒ Object

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/matt/exporter.rb', line 5

def export(measure, data)
  raise NotImplementedError, "#{self} should implement `export`"
end