Class: Cinch::Plugins::Seen::Activity

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

Overview

Simple object used to track users.

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



15
16
17
# File 'lib/cinch/plugins/seen.rb', line 15

def message
  @message
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



15
16
17
# File 'lib/cinch/plugins/seen.rb', line 15

def nick
  @nick
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



15
16
17
# File 'lib/cinch/plugins/seen.rb', line 15

def time
  @time
end