Class: RText::ContextBuilder::Context

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

Instance Attribute Summary collapse

Instance Attribute Details

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



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

def element
  @element
end

#featureObject

Returns the value of attribute feature

Returns:

  • (Object)

    the current value of feature



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

def feature
  @feature
end

#indentObject

Returns the value of attribute indent

Returns:

  • (Object)

    the current value of indent



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

def indent
  @indent
end

#line_indentObject

Returns the value of attribute line_indent

Returns:

  • (Object)

    the current value of line_indent



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

def line_indent
  @line_indent
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



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

def position
  @position
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



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

def prefix
  @prefix
end

#problemObject

Returns the value of attribute problem

Returns:

  • (Object)

    the current value of problem



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

def problem
  @problem
end