Class: Chiridion::Engine::DocumentModel::SeeDoc

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

Overview

Cross-reference (@see tag).

Instance Attribute Summary collapse

Instance Attribute Details

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



97
98
99
# File 'lib/chiridion/engine/document_model.rb', line 97

def target
  @target
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



97
98
99
# File 'lib/chiridion/engine/document_model.rb', line 97

def text
  @text
end