Sha256: 96473af353cf6491daca9c6e4c3d25e2b7e4447795a7567af36b683e5e904740

Contents?: true

Size: 241 Bytes

Versions: 10

Compression:

Stored size: 241 Bytes

Contents

module Octobat
  module Reporting
    class ReportRun < APIResource
      include Octobat::APIOperations::Create
      extend Octobat::APIOperations::List
      
      def self.url
        '/reporting/report_runs'
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
octobat-2.0.27 lib/octobat/reporting/report_run.rb
octobat-2.0.26 lib/octobat/reporting/report_run.rb
octobat-2.0.25 lib/octobat/reporting/report_run.rb
octobat-2.0.24 lib/octobat/reporting/report_run.rb
octobat-2.0.23 lib/octobat/reporting/report_run.rb
octobat-2.0.22 lib/octobat/reporting/report_run.rb
octobat-2.0.21 lib/octobat/reporting/report_run.rb
octobat-2.0.20 lib/octobat/reporting/report_run.rb
octobat-2.0.19 lib/octobat/reporting/report_run.rb
octobat-2.0.18 lib/octobat/reporting/report_run.rb