Class: Varar::Core::VarDoc

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/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



45
46
47
# File 'lib/varar/core/ast.rb', line 45

def examples
  @examples
end

#orphan_attachmentsObject (readonly)

Returns the value of attribute orphan_attachments

Returns:

  • (Object)

    the current value of orphan_attachments



45
46
47
# File 'lib/varar/core/ast.rb', line 45

def orphan_attachments
  @orphan_attachments
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



45
46
47
# File 'lib/varar/core/ast.rb', line 45

def path
  @path
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



45
46
47
# File 'lib/varar/core/ast.rb', line 45

def source
  @source
end