Class: Chiridion::Engine::DocumentModel::RaiseDoc

Inherits:
Data
  • Object
show all
Defined in:
lib/chiridion/engine/document_model.rb

Overview

Exception documentation.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



79
80
81
# File 'lib/chiridion/engine/document_model.rb', line 79

def description
  @description
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



79
80
81
# File 'lib/chiridion/engine/document_model.rb', line 79

def type
  @type
end