class Attio::APIResource

def to_json(*opts)

Returns:
  • (String) - JSON representation of the resource

Parameters:
  • opts (Hash) -- Options to pass to JSON.generate
def to_json(*opts)
  JSON.generate(to_h, *opts)
end