Class: SASL::SASL
- Inherits:
-
Object
- Object
- SASL::SASL
- Defined in:
- sig/rbs/sasl.rbs
Instance Method Summary collapse
-
#initialize ⇒ SASL
constructor
A new instance of SASL.
- #receive ⇒ [untyped, untyped]
Constructor Details
#initialize ⇒ SASL
Returns a new instance of SASL.
8 |
# File 'sig/rbs/sasl.rbs', line 8
def initialize: (String, SASL::Preferences) -> void
|
Instance Method Details
#receive ⇒ [untyped, untyped]
9 |
# File 'sig/rbs/sasl.rbs', line 9
def receive: (String, untyped) -> [untyped, untyped]
|