Class: Solr::Response::SolrError::None
- Inherits:
-
Solr::Response::SolrError
- Object
- Solr::Response::SolrError
- Solr::Response::SolrError::None
- Defined in:
- lib/solr/response/solr_error.rb
Instance Attribute Summary
Attributes inherited from Solr::Response::SolrError
Instance Method Summary collapse
-
#initialize ⇒ None
constructor
A new instance of None.
- #inspect ⇒ Object
Methods inherited from Solr::Response::SolrError
Constructor Details
#initialize ⇒ None
Returns a new instance of None.
5 6 7 8 |
# File 'lib/solr/response/solr_error.rb', line 5 def initialize super(code: nil, message: nil) freeze end |
Instance Method Details
#inspect ⇒ Object
10 11 12 |
# File 'lib/solr/response/solr_error.rb', line 10 def inspect 'SolrError: None' end |