Sha256: 00aae75500157cc8940ac6f1dc2aff225bdeca45c00c08a3b7b195081d4f75c1
Contents?: true
Size: 447 Bytes
Versions: 5
Compression:
Stored size: 447 Bytes
Contents
# -*- encoding : utf-8 -*- module Lolcommits class Capturer include Methadone::CLILogging attr_accessor :capture_device, :capture_delay, :snapshot_location, :font, :video_location, :frames_location, :animated_duration def initialize(attributes = {}) attributes.each do |attr, val| self.send("#{attr}=", val) end debug 'Capturer: initializing new instance ' + self.to_s end end end
Version data entries
5 entries across 5 versions & 1 rubygems