Class: Foxtail::Bundle::Parser::AST::Junk

Inherits:
Data
  • Object
show all
Defined in:
lib/foxtail/bundle/parser/ast.rb

Overview

Junk entry for unparseable content

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsObject (readonly)

Returns the value of attribute annotations

Returns:

  • (Object)

    the current value of annotations



133
# File 'lib/foxtail/bundle/parser/ast.rb', line 133

Junk = Data.define(:content, :annotations)

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



133
# File 'lib/foxtail/bundle/parser/ast.rb', line 133

Junk = Data.define(:content, :annotations)