Class: Ask::Agent::SystemContext::Snapshot
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::SystemContext::Snapshot
- Defined in:
- lib/ask/agent/system_context.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
24 25 26 |
# File 'lib/ask/agent/system_context.rb', line 24 def key @key end |
#value ⇒ Object (readonly)
Returns the value of attribute value
24 25 26 |
# File 'lib/ask/agent/system_context.rb', line 24 def value @value end |