Method: Andromeda::Impl::ProtoPlan#initialize

Defined in:
lib/andromeda/impl/proto_plan.rb

#initialize(config = {}) ⇒ ProtoPlan

Returns a new instance of ProtoPlan.



45
46
47
48
49
50
# File 'lib/andromeda/impl/proto_plan.rb', line 45

def initialize(config = {})
  @id      = Id.new
  set_from_config init_from_config, config
  @tags  ||= {}
  self.guide=(init_guide) unless @guide
end