Class: RedQuilt::Inline::Builder::Delimiter
- Inherits:
-
Struct
- Object
- Struct
- RedQuilt::Inline::Builder::Delimiter
- Defined in:
- lib/red_quilt/inline/builder.rb
Overview
‘count` is the CommonMark delimiter-run length; a Delimiter is never enumerated, so shadowing Struct#count (from Enumerable) is intentional rather than a footgun.
Instance Attribute Summary collapse
-
#can_close ⇒ Object
Returns the value of attribute can_close.
-
#can_open ⇒ Object
Returns the value of attribute can_open.
-
#char ⇒ Object
Returns the value of attribute char.
-
#count ⇒ Object
Returns the value of attribute count.
-
#node_id ⇒ Object
Returns the value of attribute node_id.
Instance Attribute Details
#can_close ⇒ Object
Returns the value of attribute can_close
26 27 28 |
# File 'lib/red_quilt/inline/builder.rb', line 26 def can_close @can_close end |
#can_open ⇒ Object
Returns the value of attribute can_open
26 27 28 |
# File 'lib/red_quilt/inline/builder.rb', line 26 def can_open @can_open end |
#char ⇒ Object
Returns the value of attribute char
26 27 28 |
# File 'lib/red_quilt/inline/builder.rb', line 26 def char @char end |
#count ⇒ Object
Returns the value of attribute count
26 27 28 |
# File 'lib/red_quilt/inline/builder.rb', line 26 def count @count end |
#node_id ⇒ Object
Returns the value of attribute node_id
26 27 28 |
# File 'lib/red_quilt/inline/builder.rb', line 26 def node_id @node_id end |