Class: Bitfab::ReplayRegistration
- Inherits:
-
Data
- Object
- Data
- Bitfab::ReplayRegistration
- Defined in:
- lib/bitfab/replay_registry.rb
Overview
One project function exposed through the SDK-owned replay command.
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#options_factory ⇒ Object
readonly
Returns the value of attribute options_factory.
-
#receiver ⇒ Object
readonly
Returns the value of attribute receiver.
-
#trace_function_key ⇒ Object
readonly
Returns the value of attribute trace_function_key.
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client
8 9 10 |
# File 'lib/bitfab/replay_registry.rb', line 8 def client @client end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
8 9 10 |
# File 'lib/bitfab/replay_registry.rb', line 8 def method_name @method_name end |
#options ⇒ Object (readonly)
Returns the value of attribute options
8 9 10 |
# File 'lib/bitfab/replay_registry.rb', line 8 def @options end |
#options_factory ⇒ Object (readonly)
Returns the value of attribute options_factory
8 9 10 |
# File 'lib/bitfab/replay_registry.rb', line 8 def @options_factory end |
#receiver ⇒ Object (readonly)
Returns the value of attribute receiver
8 9 10 |
# File 'lib/bitfab/replay_registry.rb', line 8 def receiver @receiver end |
#trace_function_key ⇒ Object (readonly)
Returns the value of attribute trace_function_key
8 9 10 |
# File 'lib/bitfab/replay_registry.rb', line 8 def trace_function_key @trace_function_key end |