class Puppetfactory::Plugins

Attributes

weight[R]

Public Class Methods

new(options=nil) click to toggle source

just sets up the namespace for now

# File lib/puppetfactory/plugins.rb, line 6
def initialize(options=nil)
  @weight ||= 100
end