Class: Net::NNTP::Xover
Overview
Instance Method Summary collapse
-
#initialize(range = nil) ⇒ Xover
constructor
-
range
can be a string or a hash with either the key :msgid or the keys :start and optionally :end to denote a range.
-
Methods inherited from Request
#capability, #command, #dotstuff, #msgid_or_range, #range, #valid_response?
Constructor Details
#initialize(range = nil) ⇒ Xover
-
range
can be a string or a hash with either the key :msgid or the keys :start and optionally :end to denote a range.
819 820 821 |
# File 'lib/net/nntp/request.rb', line 819 def initialize(range=nil) super 'XOVER', range(range) end |