Class: Browserctl::Replay::Context::DriftEvent
- Inherits:
-
Struct
- Object
- Struct
- Browserctl::Replay::Context::DriftEvent
- Defined in:
- lib/browserctl/replay/context.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#matched_ref ⇒ Object
Returns the value of attribute matched_ref.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#score ⇒ Object
Returns the value of attribute score.
-
#selector ⇒ Object
Returns the value of attribute selector.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
19 20 21 |
# File 'lib/browserctl/replay/context.rb', line 19 def command @command end |
#matched_ref ⇒ Object
Returns the value of attribute matched_ref
19 20 21 |
# File 'lib/browserctl/replay/context.rb', line 19 def matched_ref @matched_ref end |
#reason ⇒ Object
Returns the value of attribute reason
19 20 21 |
# File 'lib/browserctl/replay/context.rb', line 19 def reason @reason end |
#score ⇒ Object
Returns the value of attribute score
19 20 21 |
# File 'lib/browserctl/replay/context.rb', line 19 def score @score end |
#selector ⇒ Object
Returns the value of attribute selector
19 20 21 |
# File 'lib/browserctl/replay/context.rb', line 19 def selector @selector end |