Class: PseudoExampleLPV
- Inherits:
-
PseudoExample
- Object
- PseudoExample
- PseudoExampleLPV
- Defined in:
- lib/onlyoffice_tcm_helper/models/pseudo_example_lpv.rb
Overview
class is describe object like RSpec::Core::Example with special tag
Instance Attribute Summary
Attributes inherited from PseudoExample
#description, #execution_result
Instance Method Summary collapse
-
#exception ⇒ String
Exception string.
Methods inherited from PseudoExample
#initialize, #metadata, #pending?
Constructor Details
This class inherits a constructor from PseudoExample
Instance Method Details
#exception ⇒ String
Returns exception string.
6 7 8 |
# File 'lib/onlyoffice_tcm_helper/models/pseudo_example_lpv.rb', line 6 def exception 'Limited program version' end |