Class: Cinch::Plugins::LastSeen::LoggedMessage

Inherits:
Struct
  • Object
show all
Defined in:
lib/cinch/plugins/last_seen.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



10
11
12
# File 'lib/cinch/plugins/last_seen.rb', line 10

def channel
  @channel
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



10
11
12
# File 'lib/cinch/plugins/last_seen.rb', line 10

def message
  @message
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



10
11
12
# File 'lib/cinch/plugins/last_seen.rb', line 10

def nick
  @nick
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



10
11
12
# File 'lib/cinch/plugins/last_seen.rb', line 10

def time
  @time
end