Module: Bellbro::Trackable::ClassMethods

Defined in:
lib/bellbro/trackable.rb

Instance Method Summary collapse

Instance Method Details

#log_record_schemaObject



16
17
18
# File 'lib/bellbro/trackable.rb', line 16

def log_record_schema
  @log_record_schema
end

#track_with_schema(hash) ⇒ Object



12
13
14
# File 'lib/bellbro/trackable.rb', line 12

def track_with_schema(hash)
  @log_record_schema = hash
end