class Isomorfeus::Puppetmaster::Filechooser

Public Instance Methods

attach_file(file_path) click to toggle source
# File lib/isomorfeus/puppetmaster/node/filechooser.rb, line 4
def attach_file(file_path)
  @driver.attach_file(self, file_path)
end