Class: Qbot::Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/qbot/adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



3
4
5
# File 'lib/qbot/adapter.rb', line 3

def data
  @data
end

#matchedObject

Returns the value of attribute matched

Returns:

  • (Object)

    the current value of matched



3
4
5
# File 'lib/qbot/adapter.rb', line 3

def matched
  @matched
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



3
4
5
# File 'lib/qbot/adapter.rb', line 3

def text
  @text
end