Class: RText::ContextBuilder::Context
- Inherits:
-
Struct
- Object
- Struct
- RText::ContextBuilder::Context
- Defined in:
- lib/rtext/context_builder.rb
Instance Attribute Summary collapse
-
#after_label ⇒ Object
Returns the value of attribute after_label.
-
#element ⇒ Object
Returns the value of attribute element.
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#in_array ⇒ Object
Returns the value of attribute in_array.
-
#in_block ⇒ Object
Returns the value of attribute in_block.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#problem ⇒ Object
Returns the value of attribute problem.
Instance Attribute Details
#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 |
#element ⇒ Object
Returns the value of attribute element
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def element @element end |
#feature ⇒ Object
Returns the value of attribute feature
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def feature @feature 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 |
#prefix ⇒ Object
Returns the value of attribute prefix
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def prefix @prefix end |
#problem ⇒ Object
Returns the value of attribute problem
29 30 31 |
# File 'lib/rtext/context_builder.rb', line 29 def problem @problem end |