Class: Taoism::Nodes::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



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

def default
  @default
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



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

def end
  @end
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end