module NNTP::Connection::Context
Direct including types
Defined in:
nntp/connection/context.crInstance Method Summary
- #clear_context
-
#context : NNTP::Context
Returns the current
NNTP::Context
indicating which (if any) NNTP positions are set. - #context? : Bool | Nil
- #context_start(group : String | Nil, article : Int32 | Int64 | Nil = nil)
-
#set_context(context : NNTP::Context)
Will set current context
Instance Method Detail
def context : NNTP::Context
#
Returns the current NNTP::Context
indicating which (if any) NNTP positions are set.
(i.e. current group, article num or message id)