Class: SimpleBdd::StepNotification

Inherits:
Struct
  • Object
show all
Defined in:
lib/simple_bdd/step_notification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



2
3
4
# File 'lib/simple_bdd/step_notification.rb', line 2

def message
  @message
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



2
3
4
# File 'lib/simple_bdd/step_notification.rb', line 2

def method
  @method
end