Exception: SimpleSolrClient::Schema::InvalidTokenError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/simple_solr_client/schema/analysis.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg, resp) ⇒ InvalidTokenError

Returns a new instance of InvalidTokenError.



13
14
15
16
# File 'lib/simple_solr_client/schema/analysis.rb', line 13

def initialize(msg, resp)
  super(msg)
  @resp = resp
end

Instance Attribute Details

#respObject

Returns the value of attribute resp.



10
11
12
# File 'lib/simple_solr_client/schema/analysis.rb', line 10

def resp
  @resp
end