Method: Cinch::User#monitored

Defined in:
lib/cinch/user.rb

#monitoredBoolean Also known as: monitored?

Note:

The attribute writer is in fact part of the private API

Returns True if the user is being monitored.

Returns:

  • (Boolean)

    True if the user is being monitored

See Also:



183
184
185
# File 'lib/cinch/user.rb', line 183

def monitored
  @monitored
end