Class: RedQuilt::Inline::Builder::Bracket
- Inherits:
-
Struct
- Object
- Struct
- RedQuilt::Inline::Builder::Bracket
- Defined in:
- lib/red_quilt/inline/builder.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#delim_stack_size ⇒ Object
Returns the value of attribute delim_stack_size.
-
#image ⇒ Object
Returns the value of attribute image.
-
#node_id ⇒ Object
Returns the value of attribute node_id.
-
#token_id ⇒ Object
Returns the value of attribute token_id.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
28 29 30 |
# File 'lib/red_quilt/inline/builder.rb', line 28 def active @active end |
#delim_stack_size ⇒ Object
Returns the value of attribute delim_stack_size
28 29 30 |
# File 'lib/red_quilt/inline/builder.rb', line 28 def delim_stack_size @delim_stack_size end |
#image ⇒ Object
Returns the value of attribute image
28 29 30 |
# File 'lib/red_quilt/inline/builder.rb', line 28 def image @image end |
#node_id ⇒ Object
Returns the value of attribute node_id
28 29 30 |
# File 'lib/red_quilt/inline/builder.rb', line 28 def node_id @node_id end |
#token_id ⇒ Object
Returns the value of attribute token_id
28 29 30 |
# File 'lib/red_quilt/inline/builder.rb', line 28 def token_id @token_id end |