Class: Html2rss::MCP::Runtime::Snapshot
- Inherits:
-
Data
- Object
- Data
- Html2rss::MCP::Runtime::Snapshot
- Defined in:
- lib/html2rss/mcp/runtime.rb
Overview
Published html2rss://runtime resource (never leaks secrets).
Instance Attribute Summary collapse
-
#botasaurus_configured ⇒ Object
readonly
Returns the value of attribute botasaurus_configured.
-
#catalog_fingerprint ⇒ Object
readonly
Returns the value of attribute catalog_fingerprint.
-
#mcp_contract_version ⇒ Object
readonly
Returns the value of attribute mcp_contract_version.
-
#tools ⇒ Object
readonly
Returns the value of attribute tools.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#botasaurus_configured ⇒ Object (readonly)
Returns the value of attribute botasaurus_configured
9 10 11 |
# File 'lib/html2rss/mcp/runtime.rb', line 9 def botasaurus_configured @botasaurus_configured end |
#catalog_fingerprint ⇒ Object (readonly)
Returns the value of attribute catalog_fingerprint
9 10 11 |
# File 'lib/html2rss/mcp/runtime.rb', line 9 def catalog_fingerprint @catalog_fingerprint end |
#mcp_contract_version ⇒ Object (readonly)
Returns the value of attribute mcp_contract_version
9 10 11 |
# File 'lib/html2rss/mcp/runtime.rb', line 9 def mcp_contract_version @mcp_contract_version end |
#tools ⇒ Object (readonly)
Returns the value of attribute tools
9 10 11 |
# File 'lib/html2rss/mcp/runtime.rb', line 9 def tools @tools end |
#version ⇒ Object (readonly)
Returns the value of attribute version
9 10 11 |
# File 'lib/html2rss/mcp/runtime.rb', line 9 def version @version end |