Method: Net::POP3#started?

Defined in:
lib/pop_ssl.rb

#started?Boolean Also known as: active?

true if the POP3 session has started.

Returns:

  • (Boolean)


506
507
508
# File 'lib/pop_ssl.rb', line 506

def started?
  @started
end