Sha256: c30a67cb55e01adcccc49b6db6c2fc0e01fb598bc64971775e820cc0d36d06ae

Contents?: true

Size: 207 Bytes

Versions: 1

Compression:

Stored size: 207 Bytes

Contents

module AmazonAthena
  class Command

    def statement
      raise "Not implemented"
    end

    def preview
      statement
    end

    def run(connection)
      raise "Not implemented"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
athena-cli-0.1.0 lib/amazon_athena/command.rb