Sha256: c0b7672ef32101fdbc2e79faf11e82434d942bd2e97fc0fe0bb6ac152c449a66

Contents?: true

Size: 205 Bytes

Versions: 10

Compression:

Stored size: 205 Bytes

Contents

module Octobat
  module Reporting
    class ReportType < APIResource
      extend Octobat::APIOperations::List
      
      def self.url
        '/reporting/report_types'
      end
      
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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