openaustralia/planningalerts

View on GitHub
sorbet/rbi/dsl/action_controller/conditional_get.rbi

Summary

Maintainability
Test Coverage
# typed: true

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


module ActionController::ConditionalGet
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

  module GeneratedClassMethods
    def etaggers; end
    def etaggers=(value); end
    def etaggers?; end
  end

  module GeneratedInstanceMethods
    def etaggers; end
    def etaggers=(value); end
    def etaggers?; end
  end
end