Class: Foobara::CommandConnectors::Http::Commands::Describe

Inherits:
Foobara::CommandConnector::Commands::Describe show all
Defined in:
foobara-http-command-connector-1.1.5/src/http/commands/describe.rb

Constant Summary

Constants included from TruncatedInspect

TruncatedInspect::MAX_LENGTH

Instance Attribute Summary

Attributes inherited from Foobara::CommandConnector::Commands::Describe

#manifest

Instance Method Summary collapse

Methods inherited from Foobara::CommandConnector::Commands::Describe

#execute

Methods inherited from Foobara::Command

install!

Methods included from TruncatedInspect

#inspect, truncating

Methods included from Foobara::Concern

foobara_class_methods_module_for, foobara_concern?, included

Instance Method Details

#build_manifestObject



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_metadataObject



13
14
15
# File 'src/http/commands/describe.rb', line 13

def 
  manifest[:metadata] = super.merge(url: request.url)
end