class Lolcommits::Capturer

Attributes

animated_duration[RW]
capture_delay[RW]
capture_device[RW]
font[RW]
frames_location[RW]
snapshot_location[RW]
video_location[RW]

Public Class Methods

new(attributes = Hash.new) click to toggle source
# File lib/lolcommits/capturer.rb, line 7
def initialize(attributes = Hash.new)
  attributes.each do |attr, val|
    self.send("#{attr}=", val)
  end
  debug "Capturer: initializing new instance " + self.to_s
end