Sha256: 73593df5d95f5e8cab39ecbfe065a25f3e9bcc6a435fa6ac3df10b6a2ca175c6

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

Stored size: 459 Bytes

Contents

module Coral
module Plugin
class Network < Base
  
  ensure_plugin_collection 
  
  #-----------------------------------------------------------------------------
  # Cloud plugin interface
  
  def normalize
    @config = Config::Project.new(self._export)
    super
    
    init_nodes
  end
       
  #-----------------------------------------------------------------------------
  # Property accessors / modifiers
  
  plugin_collection :node
end
end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coral_core-0.2.30 lib/coral_core/plugin/network.rb