Class: WTF::QueryTracker::Trackable

Inherits:
Struct
  • Object
show all
Defined in:
lib/wtf/query_tracker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/wtf/query_tracker.rb', line 3

def options
  @options
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



3
4
5
# File 'lib/wtf/query_tracker.rb', line 3

def pattern
  @pattern
end