Class: Chiridion::Engine::DocumentModel::YieldDoc

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

Overview

Block/yield documentation.

Captures @yield, @yieldparam, and @yieldreturn together.

Instance Attribute Summary collapse

Instance Attribute Details

#block_typeObject (readonly)

Returns the value of attribute block_type

Returns:

  • (Object)

    the current value of block_type



70
71
72
# File 'lib/chiridion/engine/document_model.rb', line 70

def block_type
  @block_type
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



70
71
72
# File 'lib/chiridion/engine/document_model.rb', line 70

def description
  @description
end

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



70
71
72
# File 'lib/chiridion/engine/document_model.rb', line 70

def params
  @params
end

#return_descObject (readonly)

Returns the value of attribute return_desc

Returns:

  • (Object)

    the current value of return_desc



70
71
72
# File 'lib/chiridion/engine/document_model.rb', line 70

def return_desc
  @return_desc
end

#return_typeObject (readonly)

Returns the value of attribute return_type

Returns:

  • (Object)

    the current value of return_type



70
71
72
# File 'lib/chiridion/engine/document_model.rb', line 70

def return_type
  @return_type
end