Class: Browserctl::Replay::Context::DriftEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/browserctl/replay/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



19
20
21
# File 'lib/browserctl/replay/context.rb', line 19

def command
  @command
end

#matched_refObject

Returns the value of attribute matched_ref

Returns:

  • (Object)

    the current value of matched_ref



19
20
21
# File 'lib/browserctl/replay/context.rb', line 19

def matched_ref
  @matched_ref
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



19
20
21
# File 'lib/browserctl/replay/context.rb', line 19

def reason
  @reason
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



19
20
21
# File 'lib/browserctl/replay/context.rb', line 19

def score
  @score
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



19
20
21
# File 'lib/browserctl/replay/context.rb', line 19

def selector
  @selector
end