Method: Chroma::ChromaConfiguration#api_version

Defined in:
lib/chroma/chroma_configuration.rb

#api_versionObject

Sets the version of the Chroma API.

Examples

config.api_version = "v1"

Returns the String API version.



71
72
73
# File 'lib/chroma/chroma_configuration.rb', line 71

def api_version
  @api_version
end