Class: Foobara::CommandConnectors::Http::Commands::Describe
- Inherits:
-
Foobara::CommandConnector::Commands::Describe
- Object
- Foobara::Command
- Foobara::CommandConnector::Commands::Describe
- Foobara::CommandConnectors::Http::Commands::Describe
- Defined in:
- foobara-http-command-connector-1.1.5/src/http/commands/describe.rb
Constant Summary
Constants included from TruncatedInspect
Instance Attribute Summary
Attributes inherited from Foobara::CommandConnector::Commands::Describe
Instance Method Summary collapse
Methods inherited from Foobara::CommandConnector::Commands::Describe
Methods inherited from Foobara::Command
Methods included from TruncatedInspect
Methods included from Foobara::Concern
foobara_class_methods_module_for, foobara_concern?, included
Instance Method Details
#build_manifest ⇒ Object
17 18 19 20 21 |
# File 'src/http/commands/describe.rb', line 17 def build_manifest TypeDeclarations.with_manifest_context(detached:, include_processors:) do super end end |
#stamp_request_metadata ⇒ Object
13 14 15 |
# File 'src/http/commands/describe.rb', line 13 def manifest[:metadata] = super.merge(url: request.url) end |