Class: Dopv::Plan

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/dopv/plan.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_parserObject (readonly)

Returns the value of attribute plan_parser.



9
10
11
# File 'lib/dopv/plan.rb', line 9

def plan_parser
  @plan_parser
end