Class: PseudoExampleLPV

Inherits:
PseudoExample show all
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

Methods inherited from PseudoExample

#initialize, #metadata, #pending?

Constructor Details

This class inherits a constructor from PseudoExample

Instance Method Details

#exceptionString

Returns exception string.

Returns:

  • (String)

    exception string



6
7
8
# File 'lib/onlyoffice_tcm_helper/models/pseudo_example_lpv.rb', line 6

def exception
  'Limited program version'
end