lib/yard/server/commands/base.rb in yard-0.9.15 vs lib/yard/server/commands/base.rb in yard-0.9.16
- old
+ new
@@ -43,10 +43,10 @@
# @return [Boolean] whether to cache
attr_accessor :caching
# @group Attributes Set Per Request
- # @return [Request] request object
+ # @return [Rack::Request] request object
attr_accessor :request
# @return [String] the path after the command base URI
attr_accessor :path