Class: Varar::Core::Fence

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/core/ast.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



35
36
37
# File 'lib/varar/core/ast.rb', line 35

def body
  @body
end

#body_spanObject (readonly)

Returns the value of attribute body_span

Returns:

  • (Object)

    the current value of body_span



35
36
37
# File 'lib/varar/core/ast.rb', line 35

def body_span
  @body_span
end

#infoObject (readonly)

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



35
36
37
# File 'lib/varar/core/ast.rb', line 35

def info
  @info
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



35
36
37
# File 'lib/varar/core/ast.rb', line 35

def span
  @span
end

Instance Method Details

#kindObject



36
# File 'lib/varar/core/ast.rb', line 36

def kind = 'fence'