Class: RText::ContextBuilder::PositionContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/rtext/context_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#after_commaObject

Returns the value of attribute after_comma

Returns:

  • (Object)

    the current value of after_comma



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def after_comma
  @after_comma
end

#after_labelObject

Returns the value of attribute after_label

Returns:

  • (Object)

    the current value of after_label



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def after_label
  @after_label
end

#before_braceObject

Returns the value of attribute before_brace

Returns:

  • (Object)

    the current value of before_brace



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def before_brace
  @before_brace
end

#before_bracketObject

Returns the value of attribute before_bracket

Returns:

  • (Object)

    the current value of before_bracket



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def before_bracket
  @before_bracket
end

#in_arrayObject

Returns the value of attribute in_array

Returns:

  • (Object)

    the current value of in_array



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def in_array
  @in_array
end

#in_blockObject

Returns the value of attribute in_block

Returns:

  • (Object)

    the current value of in_block



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def in_block
  @in_block
end