Class: RubynCode::MCP::Discovery::Entry
- Inherits:
-
Data
- Object
- Data
- RubynCode::MCP::Discovery::Entry
- Defined in:
- lib/rubyn_code/mcp/discovery.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#command ⇒ Object
readonly
Returns the value of attribute command.
-
#env ⇒ Object
readonly
Returns the value of attribute env.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
18 19 20 |
# File 'lib/rubyn_code/mcp/discovery.rb', line 18 def args @args end |
#command ⇒ Object (readonly)
Returns the value of attribute command
18 19 20 |
# File 'lib/rubyn_code/mcp/discovery.rb', line 18 def command @command end |
#env ⇒ Object (readonly)
Returns the value of attribute env
18 19 20 |
# File 'lib/rubyn_code/mcp/discovery.rb', line 18 def env @env end |
#name ⇒ Object (readonly)
Returns the value of attribute name
18 19 20 |
# File 'lib/rubyn_code/mcp/discovery.rb', line 18 def name @name end |
#source ⇒ Object (readonly)
Returns the value of attribute source
18 19 20 |
# File 'lib/rubyn_code/mcp/discovery.rb', line 18 def source @source end |
#url ⇒ Object (readonly)
Returns the value of attribute url
18 19 20 |
# File 'lib/rubyn_code/mcp/discovery.rb', line 18 def url @url end |