Sha256: 9c4700332573175b68b0bc80d2196765039850ff3dd3a52fc3d115b79f253693

Contents?: true

Size: 218 Bytes

Versions: 2

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

class RocketfuelApi::Service::Reporting < RocketfuelApi::Service
  def initialize(connection)
    @read_only = true

    super(connection)
  end

  def uri_suffix
    'reports'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rocketfuel_api-0.1.1 lib/rocketfuel_api/service/reporting.rb
rocketfuel_api-0.1.0 lib/rocketfuel_api/service/reporting.rb