Class: RText::ContextBuilder::Context
- Inherits:
-
Struct
- Object
- Struct
- RText::ContextBuilder::Context
- Defined in:
- lib/rtext/context_builder.rb
Instance Attribute Summary collapse
-
#element ⇒ Object
Returns the value of attribute element.
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#indent ⇒ Object
Returns the value of attribute indent.
-
#line_indent ⇒ Object
Returns the value of attribute line_indent.
-
#position ⇒ Object
Returns the value of attribute position.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#problem ⇒ Object
Returns the value of attribute problem.
Instance Attribute Details
#element ⇒ Object
Returns the value of attribute element
30 31 32 |
# File 'lib/rtext/context_builder.rb', line 30 def element @element end |
#feature ⇒ Object
Returns the value of attribute feature
30 31 32 |
# File 'lib/rtext/context_builder.rb', line 30 def feature @feature end |
#indent ⇒ Object
Returns the value of attribute indent
30 31 32 |
# File 'lib/rtext/context_builder.rb', line 30 def indent @indent end |
#line_indent ⇒ Object
Returns the value of attribute line_indent
30 31 32 |
# File 'lib/rtext/context_builder.rb', line 30 def line_indent @line_indent end |
#position ⇒ Object
Returns the value of attribute position
30 31 32 |
# File 'lib/rtext/context_builder.rb', line 30 def position @position end |
#prefix ⇒ Object
Returns the value of attribute prefix
30 31 32 |
# File 'lib/rtext/context_builder.rb', line 30 def prefix @prefix end |
#problem ⇒ Object
Returns the value of attribute problem
30 31 32 |
# File 'lib/rtext/context_builder.rb', line 30 def problem @problem end |