Class: Ask::Agent::SystemContext::Snapshot

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/agent/system_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



24
25
26
# File 'lib/ask/agent/system_context.rb', line 24

def key
  @key
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



24
25
26
# File 'lib/ask/agent/system_context.rb', line 24

def value
  @value
end