Class: Bitfab::ReplayRegistration

Inherits:
Data
  • Object
show all
Defined in:
lib/bitfab/replay_registry.rb

Overview

One project function exposed through the SDK-owned replay command.

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



8
9
10
# File 'lib/bitfab/replay_registry.rb', line 8

def client
  @client
end

#method_nameObject (readonly)

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



8
9
10
# File 'lib/bitfab/replay_registry.rb', line 8

def method_name
  @method_name
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



8
9
10
# File 'lib/bitfab/replay_registry.rb', line 8

def options
  @options
end

#options_factoryObject (readonly)

Returns the value of attribute options_factory

Returns:

  • (Object)

    the current value of options_factory



8
9
10
# File 'lib/bitfab/replay_registry.rb', line 8

def options_factory
  @options_factory
end

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



8
9
10
# File 'lib/bitfab/replay_registry.rb', line 8

def receiver
  @receiver
end

#trace_function_keyObject (readonly)

Returns the value of attribute trace_function_key

Returns:

  • (Object)

    the current value of trace_function_key



8
9
10
# File 'lib/bitfab/replay_registry.rb', line 8

def trace_function_key
  @trace_function_key
end