Class: NntpScrape::Commands::Next

Inherits:
Base
  • Object
show all
Defined in:
lib/nntp_scrape/commands/next.rb

Instance Attribute Summary

Attributes inherited from Base

#lines, #response, #status_line, #timeout

Instance Method Summary collapse

Methods inherited from Base

#continue?, #initialize, #ran?, #run_long, #run_short, #status_code, #success?, supported?

Constructor Details

This class inherits a constructor from NntpScrape::Commands::Base

Instance Method Details

#execute(client) ⇒ Object



4
5
6
# File 'lib/nntp_scrape/commands/next.rb', line 4

def execute(client)
  run_short client, "NEXT"
end