Class: Ask::Agent::Events::PlanProposed
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::PlanProposed
- Defined in:
- lib/ask/agent/events.rb
Overview
Plan mode lifecycle.
Instance Attribute Summary collapse
-
#plan ⇒ Object
readonly
Returns the value of attribute plan.
Instance Attribute Details
#plan ⇒ Object (readonly)
Returns the value of attribute plan
41 42 43 |
# File 'lib/ask/agent/events.rb', line 41 def plan @plan end |