Class: Omnibot::Testing::FakeMessage

Inherits:
Struct
  • Object
show all
Defined in:
lib/omnibot/testing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



4
5
6
# File 'lib/omnibot/testing.rb', line 4

def content
  @content
end

#tokensObject

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



4
5
6
# File 'lib/omnibot/testing.rb', line 4

def tokens
  @tokens
end