Method: Chroma::ChromaConfiguration#api_base
- Defined in:
- lib/chroma/chroma_configuration.rb
#api_base ⇒ Object
Sets the base path for the Chroma API.
Examples
config.api_base = "/api"
Returns the String API base path.
63 64 65 |
# File 'lib/chroma/chroma_configuration.rb', line 63 def api_base @api_base end |