Class: Oselvar::Var::Core::Blockquote
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::Blockquote
- Defined in:
- lib/oselvar/var/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
26 27 28 |
# File 'lib/oselvar/var/core/ast.rb', line 26 def segment_map @segment_map end |
#span ⇒ Object (readonly)
Returns the value of attribute span
26 27 28 |
# File 'lib/oselvar/var/core/ast.rb', line 26 def span @span end |
#text ⇒ Object (readonly)
Returns the value of attribute text
26 27 28 |
# File 'lib/oselvar/var/core/ast.rb', line 26 def text @text end |
Instance Method Details
#kind ⇒ Object
27 |
# File 'lib/oselvar/var/core/ast.rb', line 27 def kind = 'blockquote' |