lib/lolcommits/capturer.rb in lolcommits-0.4.6 vs lib/lolcommits/capturer.rb in lolcommits-0.5.0.pre1
- old
+ new
@@ -1,8 +1,9 @@
module Lolcommits
class Capturer
include Methadone::CLILogging
- attr_accessor :capture_device, :capture_delay, :snapshot_location, :font
+ attr_accessor :capture_device, :capture_delay, :snapshot_location, :font,
+ :video_location, :frames_location, :animated_duration
def initialize(attributes = Hash.new)
attributes.each do |attr, val|
self.send("#{attr}=", val)
end