Class: RText::ContextBuilder::ContextInternal
- Inherits:
-
Struct
- Object
- Struct
- RText::ContextBuilder::ContextInternal
- Defined in:
- lib/rtext/context_builder.rb
Instance Attribute Summary collapse
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#num_elements ⇒ Object
Returns the value of attribute num_elements.
-
#position ⇒ Object
Returns the value of attribute position.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#problem ⇒ Object
Returns the value of attribute problem.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#lines ⇒ Object
Returns the value of attribute lines
111 112 113 |
# File 'lib/rtext/context_builder.rb', line 111 def lines @lines end |
#num_elements ⇒ Object
Returns the value of attribute num_elements
111 112 113 |
# File 'lib/rtext/context_builder.rb', line 111 def num_elements @num_elements end |
#position ⇒ Object
Returns the value of attribute position
111 112 113 |
# File 'lib/rtext/context_builder.rb', line 111 def position @position end |
#prefix ⇒ Object
Returns the value of attribute prefix
111 112 113 |
# File 'lib/rtext/context_builder.rb', line 111 def prefix @prefix end |
#problem ⇒ Object
Returns the value of attribute problem
111 112 113 |
# File 'lib/rtext/context_builder.rb', line 111 def problem @problem end |
#role ⇒ Object
Returns the value of attribute role
111 112 113 |
# File 'lib/rtext/context_builder.rb', line 111 def role @role end |