Class: Chiridion::Engine::DocumentModel::IvarDoc

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

Overview

Instance variable documentation.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



103
104
105
# File 'lib/chiridion/engine/document_model.rb', line 103

def description
  @description
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



103
104
105
# File 'lib/chiridion/engine/document_model.rb', line 103

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



103
104
105
# File 'lib/chiridion/engine/document_model.rb', line 103

def type
  @type
end