Class: Hyperdrive::Instrumenters::Memory::Event
- Inherits:
-
Struct
- Object
- Struct
- Hyperdrive::Instrumenters::Memory::Event
- Defined in:
- lib/hyperdrive/instrumenters/memory.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/hyperdrive/instrumenters/memory.rb', line 6 def name @name end |
#payload ⇒ Object
Returns the value of attribute payload
6 7 8 |
# File 'lib/hyperdrive/instrumenters/memory.rb', line 6 def payload @payload end |
#result ⇒ Object
Returns the value of attribute result
6 7 8 |
# File 'lib/hyperdrive/instrumenters/memory.rb', line 6 def result @result end |