Class: Grasshopper::Mock::MessageHeard

Inherits:
Struct
  • Object
show all
Defined in:
lib/grasshopper/mock.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



31
32
33
# File 'lib/grasshopper/mock.rb', line 31

def args
  @args
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



31
32
33
# File 'lib/grasshopper/mock.rb', line 31

def message
  @message
end