Class: Oselvar::Var::Core::Fence

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/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



36
37
38
# File 'lib/oselvar/var/core/ast.rb', line 36

def body
  @body
end

#body_spanObject (readonly)

Returns the value of attribute body_span

Returns:

  • (Object)

    the current value of body_span



36
37
38
# File 'lib/oselvar/var/core/ast.rb', line 36

def body_span
  @body_span
end

#infoObject (readonly)

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



36
37
38
# File 'lib/oselvar/var/core/ast.rb', line 36

def info
  @info
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



36
37
38
# File 'lib/oselvar/var/core/ast.rb', line 36

def span
  @span
end

Instance Method Details

#kindObject



37
# File 'lib/oselvar/var/core/ast.rb', line 37

def kind = 'fence'