Class: EventTracker::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/event_tracker/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#disabledObject

Returns the value of attribute disabled.



4
5
6
# File 'lib/event_tracker/config.rb', line 4

def disabled
  @disabled
end

#segment_io_keyObject

Returns the value of attribute segment_io_key.



3
4
5
# File 'lib/event_tracker/config.rb', line 3

def segment_io_key
  @segment_io_key
end