Exception: ThinkingSphinx::TranscriptionError
- Inherits:
-
StandardError
- Object
- StandardError
- ThinkingSphinx::TranscriptionError
- Defined in:
- lib/thinking_sphinx/errors.rb
Instance Attribute Summary collapse
-
#inner_exception ⇒ Object
Returns the value of attribute inner_exception.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#property ⇒ Object
Returns the value of attribute property.
Instance Attribute Details
#inner_exception ⇒ Object
Returns the value of attribute inner_exception.
92 93 94 |
# File 'lib/thinking_sphinx/errors.rb', line 92 def inner_exception @inner_exception end |
#instance ⇒ Object
Returns the value of attribute instance.
92 93 94 |
# File 'lib/thinking_sphinx/errors.rb', line 92 def instance @instance end |
#property ⇒ Object
Returns the value of attribute property.
92 93 94 |
# File 'lib/thinking_sphinx/errors.rb', line 92 def property @property end |