Class: Macros4Cuke::CollWalkerFactory::StringNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/macros4cuke/coll-walker-factory.rb

Overview

Structure used internally by the walker

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



15
16
17
# File 'lib/macros4cuke/coll-walker-factory.rb', line 15

def event
  @event
end

#extraObject

Returns the value of attribute extra

Returns:

  • (Object)

    the current value of extra



15
16
17
# File 'lib/macros4cuke/coll-walker-factory.rb', line 15

def extra
  @extra
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



15
16
17
# File 'lib/macros4cuke/coll-walker-factory.rb', line 15

def text
  @text
end