Class: Oselvar::Var::Core::Fence
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::Fence
- Defined in:
- lib/oselvar/var/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
36 37 38 |
# File 'lib/oselvar/var/core/ast.rb', line 36 def body @body end |
#body_span ⇒ Object (readonly)
Returns the value of attribute body_span
36 37 38 |
# File 'lib/oselvar/var/core/ast.rb', line 36 def body_span @body_span end |
#info ⇒ Object (readonly)
Returns the value of attribute info
36 37 38 |
# File 'lib/oselvar/var/core/ast.rb', line 36 def info @info end |
#span ⇒ Object (readonly)
Returns the value of attribute span
36 37 38 |
# File 'lib/oselvar/var/core/ast.rb', line 36 def span @span end |
Instance Method Details
#kind ⇒ Object
37 |
# File 'lib/oselvar/var/core/ast.rb', line 37 def kind = 'fence' |