class ActiveGenie::Configuration::Providers::BaseConfig

def api_url

Returns:
  • (String) - The API base URL.
def api_url
  raise NotImplementedError, "Subclasses must implement this method"
end