Class: RText::ContextBuilder::PositionContext
- Inherits:
-
Struct
- Object
- Struct
- RText::ContextBuilder::PositionContext
- Defined in:
- lib/rtext/context_builder.rb
Instance Attribute Summary collapse
-
#after_comma ⇒ Object
Returns the value of attribute after_comma.
-
#after_label ⇒ Object
Returns the value of attribute after_label.
-
#before_brace ⇒ Object
Returns the value of attribute before_brace.
-
#before_bracket ⇒ Object
Returns the value of attribute before_bracket.
-
#in_array ⇒ Object
Returns the value of attribute in_array.
-
#in_block ⇒ Object
Returns the value of attribute in_block.
Instance Attribute Details
#after_comma ⇒ Object
Returns the value of attribute after_comma
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def after_comma @after_comma end |
#after_label ⇒ Object
Returns the value of attribute after_label
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def after_label @after_label end |
#before_brace ⇒ Object
Returns the value of attribute before_brace
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def before_brace @before_brace end |
#before_bracket ⇒ Object
Returns the value of attribute before_bracket
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def before_bracket @before_bracket end |
#in_array ⇒ Object
Returns the value of attribute in_array
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def in_array @in_array end |
#in_block ⇒ Object
Returns the value of attribute in_block
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def in_block @in_block end |