class PseudoExampleServiceUnavailable

class is describe object like RSpec::Core::Example with special tag

Public Instance Methods

exception() click to toggle source

@return [String] exception string

# File lib/onlyoffice_tcm_helper/models/pseudo_example_service_unavailable.rb, line 6
def exception
  'Service Unavailable: 503'
end