Class: Ask::Agent::Events::PlanProposed

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

Overview

Plan mode lifecycle.

Instance Attribute Summary collapse

Instance Attribute Details

#planObject (readonly)

Returns the value of attribute plan

Returns:

  • (Object)

    the current value of plan



41
42
43
# File 'lib/ask/agent/events.rb', line 41

def plan
  @plan
end