Class: Varar::Core::Fence
- Inherits:
-
Data
- Object
- Data
- Varar::Core::Fence
- Defined in:
- lib/varar/core/ast.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#body_span ⇒ Object
readonly
Returns the value of attribute body_span.
-
#info ⇒ Object
readonly
Returns the value of attribute info.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Method Summary collapse
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
35 36 37 |
# File 'lib/varar/core/ast.rb', line 35 def body @body end |
#body_span ⇒ Object (readonly)
Returns the value of attribute body_span
35 36 37 |
# File 'lib/varar/core/ast.rb', line 35 def body_span @body_span end |
#info ⇒ Object (readonly)
Returns the value of attribute info
35 36 37 |
# File 'lib/varar/core/ast.rb', line 35 def info @info end |
#span ⇒ Object (readonly)
Returns the value of attribute span
35 36 37 |
# File 'lib/varar/core/ast.rb', line 35 def span @span end |
Instance Method Details
#kind ⇒ Object
36 |
# File 'lib/varar/core/ast.rb', line 36 def kind = 'fence' |