Arie/serveme

View on GitHub
sorbet/rbi/dsl/active_storage/current.rbi

Summary

Maintainability
Test Coverage
# typed: true

# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `ActiveStorage::Current`.
# Please instead update this file by running `bin/tapioca dsl ActiveStorage::Current`.

class ActiveStorage::Current
  sig { returns(T.untyped) }
  def url_options; end

  sig { params(value: T.untyped).returns(T.untyped) }
  def url_options=(value); end

  class << self
    sig { returns(T.untyped) }
    def host; end

    sig { params(host: T.untyped).returns(T.untyped) }
    def host=(host); end

    sig { returns(T.untyped) }
    def url_options; end

    sig { params(value: T.untyped).returns(T.untyped) }
    def url_options=(value); end
  end
end