class Attio::APIResource

def resource_path

Returns:
  • (String) - The full API path including the resource ID
def resource_path
  "#{self.class.resource_path}/#{id}"
end