Class: RText::ContextBuilder::ContextInternal

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

Instance Attribute Summary collapse

Instance Attribute Details

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



111
112
113
# File 'lib/rtext/context_builder.rb', line 111

def lines
  @lines
end

#num_elementsObject

Returns the value of attribute num_elements

Returns:

  • (Object)

    the current value of num_elements



111
112
113
# File 'lib/rtext/context_builder.rb', line 111

def num_elements
  @num_elements
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



111
112
113
# File 'lib/rtext/context_builder.rb', line 111

def position
  @position
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



111
112
113
# File 'lib/rtext/context_builder.rb', line 111

def prefix
  @prefix
end

#problemObject

Returns the value of attribute problem

Returns:

  • (Object)

    the current value of problem



111
112
113
# File 'lib/rtext/context_builder.rb', line 111

def problem
  @problem
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



111
112
113
# File 'lib/rtext/context_builder.rb', line 111

def role
  @role
end