Class: Chiridion::Engine::DocumentModel::AttributeDoc

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

Overview

Attribute documentation (synthesized from reader/writer pairs).

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



174
175
176
# File 'lib/chiridion/engine/document_model.rb', line 174

def description
  @description
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



174
175
176
# File 'lib/chiridion/engine/document_model.rb', line 174

def mode
  @mode
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



174
175
176
# File 'lib/chiridion/engine/document_model.rb', line 174

def name
  @name
end

#readerObject (readonly)

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



174
175
176
# File 'lib/chiridion/engine/document_model.rb', line 174

def reader
  @reader
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



174
175
176
# File 'lib/chiridion/engine/document_model.rb', line 174

def type
  @type
end

#writerObject (readonly)

Returns the value of attribute writer

Returns:

  • (Object)

    the current value of writer



174
175
176
# File 'lib/chiridion/engine/document_model.rb', line 174

def writer
  @writer
end