Class: Oselvar::Var::Core::VarDoc

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/core/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#examplesObject (readonly)

Returns the value of attribute examples

Returns:

  • (Object)

    the current value of examples



46
47
48
# File 'lib/oselvar/var/core/ast.rb', line 46

def examples
  @examples
end

#orphan_attachmentsObject (readonly)

Returns the value of attribute orphan_attachments

Returns:

  • (Object)

    the current value of orphan_attachments



46
47
48
# File 'lib/oselvar/var/core/ast.rb', line 46

def orphan_attachments
  @orphan_attachments
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



46
47
48
# File 'lib/oselvar/var/core/ast.rb', line 46

def path
  @path
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



46
47
48
# File 'lib/oselvar/var/core/ast.rb', line 46

def source
  @source
end