Class: Taoism::Nodes::Try

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

Overview

── Special Forms ──

Instance Attribute Summary collapse

Instance Attribute Details

#callObject

Returns the value of attribute call

Returns:

  • (Object)

    the current value of call



45
46
47
# File 'lib/taoism/nodes.rb', line 45

def call
  @call
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



45
46
47
# File 'lib/taoism/nodes.rb', line 45

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



45
46
47
# File 'lib/taoism/nodes.rb', line 45

def start
  @start
end