Class: Marqo::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/marqo/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint.



5
6
7
# File 'lib/marqo/configuration.rb', line 5

def endpoint
  @endpoint
end

#index_nameObject

Returns the value of attribute index_name.



5
6
7
# File 'lib/marqo/configuration.rb', line 5

def index_name
  @index_name
end

#optionsObject

Returns the value of attribute options.



5
6
7
# File 'lib/marqo/configuration.rb', line 5

def options
  @options
end