Class: Method

Inherits:
Object
  • Object
show all
Defined in:
lib/tool_tailor.rb

Instance Method Summary collapse

Instance Method Details

#to_json_schemaString

Converts a Method to a JSON schema.

Returns:

  • (String)

    The JSON schema representation of the method.



161
162
163
# File 'lib/tool_tailor.rb', line 161

def to_json_schema
  ToolTailor.convert(self)
end