Class: Method
- Inherits:
-
Object
- Object
- Method
- Defined in:
- lib/tool_tailor.rb
Instance Method Summary collapse
-
#to_json_schema ⇒ String
Converts a Method to a JSON schema.
Instance Method Details
#to_json_schema ⇒ String
Converts a Method to a JSON schema.
161 162 163 |
# File 'lib/tool_tailor.rb', line 161 def to_json_schema ToolTailor.convert(self) end |