Exception: NoResults
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- NoResults
- Defined in:
- lib/it_tools/solr.rb
Instance Attribute Summary collapse
-
#mesg ⇒ Object
readonly
Returns the value of attribute mesg.
Instance Method Summary collapse
-
#initialize(mesg) ⇒ NoResults
constructor
A new instance of NoResults.
Constructor Details
#initialize(mesg) ⇒ NoResults
Returns a new instance of NoResults.
51 52 53 |
# File 'lib/it_tools/solr.rb', line 51 def initialize(mesg) @mesg = mesg end |
Instance Attribute Details
#mesg ⇒ Object (readonly)
Returns the value of attribute mesg.
50 51 52 |
# File 'lib/it_tools/solr.rb', line 50 def mesg @mesg end |