Class: Varar::Core::Blockquote
- Inherits:
-
Data
- Object
- Data
- Varar::Core::Blockquote
- Defined in:
- lib/varar/core/ast.rb
Instance Attribute Summary collapse
-
#segment_map ⇒ Object
readonly
Returns the value of attribute segment_map.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#segment_map ⇒ Object (readonly)
Returns the value of attribute segment_map
25 26 27 |
# File 'lib/varar/core/ast.rb', line 25 def segment_map @segment_map end |
#span ⇒ Object (readonly)
Returns the value of attribute span
25 26 27 |
# File 'lib/varar/core/ast.rb', line 25 def span @span end |
#text ⇒ Object (readonly)
Returns the value of attribute text
25 26 27 |
# File 'lib/varar/core/ast.rb', line 25 def text @text end |
Instance Method Details
#kind ⇒ Object
26 |
# File 'lib/varar/core/ast.rb', line 26 def kind = 'blockquote' |