Class: Riffer::Config::Mcp
- Inherits:
-
Struct
- Object
- Struct
- Riffer::Config::Mcp
- Defined in:
- lib/riffer/config.rb,
sig/generated/riffer/config.rbs
Instance Attribute Summary collapse
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#discovery_runner ⇒ Object
Returns the value of attribute discovery_runner.
Class Method Summary collapse
Instance Attribute Details
#credentials ⇒ Object
Returns the value of attribute credentials
13 14 15 |
# File 'lib/riffer/config.rb', line 13 def credentials @credentials end |
#discovery_runner ⇒ Object
Returns the value of attribute discovery_runner
13 14 15 |
# File 'lib/riffer/config.rb', line 13 def discovery_runner @discovery_runner end |
Class Method Details
.new(credentials, discovery_runner) ⇒ instance .new(credentials:, discovery_runner:) ⇒ instance
67 68 |
# File 'sig/generated/riffer/config.rbs', line 67
def self.new: (?untyped credentials, ?untyped discovery_runner) -> instance
| (?credentials: untyped, ?discovery_runner: untyped) -> instance
|