Class: Taoism::Nodes::Receiver

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

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



19
20
21
# File 'lib/taoism/nodes.rb', line 19

def end
  @end
end

#param_nameObject

Returns the value of attribute param_name

Returns:

  • (Object)

    the current value of param_name



19
20
21
# File 'lib/taoism/nodes.rb', line 19

def param_name
  @param_name
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



19
20
21
# File 'lib/taoism/nodes.rb', line 19

def start
  @start
end

#type_nameObject

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



19
20
21
# File 'lib/taoism/nodes.rb', line 19

def type_name
  @type_name
end