Class: Net::NNTP::Date
Overview
Instance Method Summary collapse
- #capability ⇒ Object
-
#initialize ⇒ Date
constructor
A new instance of Date.
Methods inherited from Request
#command, #dotstuff, #msgid_or_range, #range, #valid_response?
Constructor Details
#initialize ⇒ Date
Returns a new instance of Date.
645 646 647 |
# File 'lib/net/nntp/request.rb', line 645 def initialize super 'DATE' end |
Instance Method Details
#capability ⇒ Object
654 655 656 |
# File 'lib/net/nntp/request.rb', line 654 def capability 'reader' end |