Class: RText::ContextBuilder::Context

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

Instance Attribute Summary collapse

Instance Attribute Details

#after_labelObject

Returns the value of attribute after_label

Returns:

  • (Object)

    the current value of after_label



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def after_label
  @after_label
end

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def element
  @element
end

#featureObject

Returns the value of attribute feature

Returns:

  • (Object)

    the current value of feature



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def feature
  @feature
end

#in_arrayObject

Returns the value of attribute in_array

Returns:

  • (Object)

    the current value of in_array



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def in_array
  @in_array
end

#in_blockObject

Returns the value of attribute in_block

Returns:

  • (Object)

    the current value of in_block



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def in_block
  @in_block
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def prefix
  @prefix
end

#problemObject

Returns the value of attribute problem

Returns:

  • (Object)

    the current value of problem



29
30
31
# File 'lib/rtext/context_builder.rb', line 29

def problem
  @problem
end