Class: Imouto::Message

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

Overview

IRC-PRIVMSG, passed to matchers.

Instance Attribute Summary collapse

Instance Attribute Details

#capturesObject

Returns the value of attribute captures

Returns:

  • (Object)

    the current value of captures



7
8
9
# File 'lib/imouto.rb', line 7

def captures
  @captures
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



7
8
9
# File 'lib/imouto.rb', line 7

def message
  @message
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



7
8
9
# File 'lib/imouto.rb', line 7

def raw
  @raw
end