Sha256: 9b797714ce04268b9a183f9416c308cc4a9ff25eab8cdcd84c36a166474ecc19

Contents?: true

Size: 215 Bytes

Versions: 2

Compression:

Stored size: 215 Bytes

Contents

# frozen_string_literal: true

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

    super(connection)
  end

  def uri_suffix
    'flights'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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