Class: RedQuilt::Inline::Builder::Bracket

Inherits:
Struct
  • Object
show all
Defined in:
lib/red_quilt/inline/builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



28
29
30
# File 'lib/red_quilt/inline/builder.rb', line 28

def active
  @active
end

#delim_stack_sizeObject

Returns the value of attribute delim_stack_size

Returns:

  • (Object)

    the current value of delim_stack_size



28
29
30
# File 'lib/red_quilt/inline/builder.rb', line 28

def delim_stack_size
  @delim_stack_size
end

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



28
29
30
# File 'lib/red_quilt/inline/builder.rb', line 28

def image
  @image
end

#node_idObject

Returns the value of attribute node_id

Returns:

  • (Object)

    the current value of node_id



28
29
30
# File 'lib/red_quilt/inline/builder.rb', line 28

def node_id
  @node_id
end

#token_idObject

Returns the value of attribute token_id

Returns:

  • (Object)

    the current value of token_id



28
29
30
# File 'lib/red_quilt/inline/builder.rb', line 28

def token_id
  @token_id
end