Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jterapin committed Aug 23, 2024
1 parent 748a26d commit 030cccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hearth/lib/hearth/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def initialize(options = {})
# @return [Symbol] The name of the API operation called.
attr_reader :operation_name

# @return [HTTP::Request]
# @return [Request]
attr_reader :request

# @return [HTTP::Response]
# @return [Response]
attr_reader :response

# @return [Configuration] An instance of operation configuration.
Expand Down

0 comments on commit 030cccb

Please sign in to comment.