Class: Dopv::Plan
Instance Attribute Summary collapse
-
#plan_parser ⇒ Object
readonly
Returns the value of attribute plan_parser.
Instance Method Summary collapse
-
#initialize(plan_parser) ⇒ Plan
constructor
A new instance of Plan.
Constructor Details
#initialize(plan_parser) ⇒ Plan
Returns a new instance of Plan.
13 14 15 |
# File 'lib/dopv/plan.rb', line 13 def initialize(plan_parser) @plan_parser = plan_parser end |
Instance Attribute Details
#plan_parser ⇒ Object (readonly)
Returns the value of attribute plan_parser.
9 10 11 |
# File 'lib/dopv/plan.rb', line 9 def plan_parser @plan_parser end |