# frozen_string_literal: true class RocketfuelApi::Service::LineItem < RocketfuelApi::Service def initialize(connection) super(connection) end end