class Ignition::Bundle

Public Class Methods

new(h) click to toggle source
# File lib/ignition/models/bundle.rb, line 2
def initialize(h)
        update(h)
        self.status = Ignition::BundleStatus.new
end

Public Instance Methods

cwd() click to toggle source
# File lib/ignition/models/bundle.rb, line 7
def cwd
        eval("\"" + self["cwd"] + "\"")
end