class Dopv::Plan
Attributes
plan_parser[R]
Public Class Methods
new(plan_parser)
click to toggle source
# File lib/dopv/plan.rb, line 13 def initialize(plan_parser) @plan_parser = plan_parser end