Sha256: 4943f6b699dde4dd5ca64a3879201b7c9d75417f9ce6a006949d63d9735dc5c2
Contents?: true
Size: 232 Bytes
Versions: 2
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true class RocketfuelApi::Service::AssignedFlight < RocketfuelApi::Service def initialize(connection) @read_only = true super(connection) end def uri_suffix 'assigned_flights' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rocketfuel_api-0.1.1 | lib/rocketfuel_api/service/assigned_flight.rb |
rocketfuel_api-0.1.0 | lib/rocketfuel_api/service/assigned_flight.rb |