Sha256: 041da1e34103b211faec0747db674131b4ad902b82a37be62b0ea18e078bf638

Contents?: true

Size: 187 Bytes

Versions: 5

Compression:

Stored size: 187 Bytes

Contents

# encoding: utf-8

module Formatafacil
  class Tarefa
    attr_accessor :logger

    def initialize(h={})
      h.each {|k,v| send("#{k}=",v)}
    end

    def executa
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
formatafacil-0.2.4 lib/formatafacil/tarefa.rb
formatafacil-0.2.3 lib/formatafacil/tarefa.rb
formatafacil-0.2.2 lib/formatafacil/tarefa.rb
formatafacil-0.2.1 lib/formatafacil/tarefa.rb
formatafacil-0.2.0 lib/formatafacil/tarefa.rb