Class: Clacky::Mcp::OAuth::AuthorizationManager::Response
- Inherits:
-
Struct
- Object
- Struct
- Clacky::Mcp::OAuth::AuthorizationManager::Response
- Defined in:
- lib/clacky/mcp/oauth/authorization_manager.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
16 17 18 |
# File 'lib/clacky/mcp/oauth/authorization_manager.rb', line 16 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
16 17 18 |
# File 'lib/clacky/mcp/oauth/authorization_manager.rb', line 16 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
16 17 18 |
# File 'lib/clacky/mcp/oauth/authorization_manager.rb', line 16 def status @status end |