Class: Vangrail::AgentDojoAdapter::Trace
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::AgentDojoAdapter::Trace
- Defined in:
- lib/vangrail/agent_dojo_adapter.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#path ⇒ Object
Returns the value of attribute path.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
22 23 24 |
# File 'lib/vangrail/agent_dojo_adapter.rb', line 22 def data @data end |
#path ⇒ Object
Returns the value of attribute path
22 23 24 |
# File 'lib/vangrail/agent_dojo_adapter.rb', line 22 def path @path end |
#sha256 ⇒ Object
Returns the value of attribute sha256
22 23 24 |
# File 'lib/vangrail/agent_dojo_adapter.rb', line 22 def sha256 @sha256 end |