Class: EventTracker::Config
- Inherits:
-
Object
- Object
- EventTracker::Config
- Defined in:
- lib/event_tracker/config.rb
Instance Attribute Summary collapse
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#segment_io_key ⇒ Object
Returns the value of attribute segment_io_key.
Instance Attribute Details
#disabled ⇒ Object
Returns the value of attribute disabled.
4 5 6 |
# File 'lib/event_tracker/config.rb', line 4 def disabled @disabled end |
#segment_io_key ⇒ Object
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 |