Sha256: 5f01f0f8ab6fc217d62c559b0742c0d21d2fee25ba9c1216c7ac4bd71a86471f

Contents?: true

Size: 265 Bytes

Versions: 16

Compression:

Stored size: 265 Bytes

Contents

# Provides polymorphic API with Adhoc::Execution AR Model
module Adhoq
  class AdhocExecution
    attr_reader :report_format, :raw_sql

    def initialize(report_format, raw_sql)
      @report_format = report_format
      @raw_sql       = raw_sql
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
adhoq-1.0.2 lib/adhoq/adhoc_execution.rb
adhoq-1.0.1 lib/adhoq/adhoc_execution.rb
adhoq-1.0.0 lib/adhoq/adhoc_execution.rb
adhoq-0.5.0 lib/adhoq/adhoc_execution.rb
adhoq-0.5.0.beta1 lib/adhoq/adhoc_execution.rb
adhoq-0.4.0 lib/adhoq/adhoc_execution.rb
adhoq-0.3.0 lib/adhoq/adhoc_execution.rb
adhoq-0.2.0 lib/adhoq/adhoc_execution.rb
adhoq-0.1.2 lib/adhoq/adhoc_execution.rb
adhoq-0.1.1 lib/adhoq/adhoc_execution.rb
adhoq-0.1.0 lib/adhoq/adhoc_execution.rb
adhoq-0.0.7 lib/adhoq/adhoc_execution.rb
adhoq-0.0.6 lib/adhoq/adhoc_execution.rb
adhoq-0.0.5 lib/adhoq/adhoc_execution.rb
adhoq-0.0.4 lib/adhoq/adhoc_execution.rb
adhoq-0.0.3 lib/adhoq/adhoc_execution.rb