Class: WTF::QueryTracker::Trackable
- Inherits:
-
Struct
- Object
- Struct
- WTF::QueryTracker::Trackable
- Defined in:
- lib/wtf/query_tracker.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/wtf/query_tracker.rb', line 3 def @options end |
#pattern ⇒ Object
Returns the value of attribute pattern
3 4 5 |
# File 'lib/wtf/query_tracker.rb', line 3 def pattern @pattern end |