Class: Taoism::Nodes::DataDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/taoism/nodes.rb

Overview

── Data ──

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



22
23
24
# File 'lib/taoism/nodes.rb', line 22

def end
  @end
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



22
23
24
# File 'lib/taoism/nodes.rb', line 22

def fields
  @fields
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/taoism/nodes.rb', line 22

def name
  @name
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



22
23
24
# File 'lib/taoism/nodes.rb', line 22

def start
  @start
end