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