Method: Cinch::User#monitored
- Defined in:
- lib/cinch/user.rb
#monitored ⇒ Boolean Also known as: monitored?
Note:
The attribute writer is in fact part of the private API
Returns True if the user is being monitored.
183 184 185 |
# File 'lib/cinch/user.rb', line 183 def monitored @monitored end |