Class: ModSpox::Messages::Outgoing::Pass
- Inherits:
-
Object
- Object
- ModSpox::Messages::Outgoing::Pass
- Defined in:
- lib/mod_spox/messages/outgoing/Pass.rb
Overview
Send PASS command
Instance Attribute Summary collapse
-
#password ⇒ Object
readonly
connection password.
Instance Method Summary collapse
-
#initialize(password) ⇒ Pass
constructor
- password
-
connection password Create new Pass.
Constructor Details
#initialize(password) ⇒ Pass
- password
-
connection password
Create new Pass
10 11 12 |
# File 'lib/mod_spox/messages/outgoing/Pass.rb', line 10 def initialize(password) @password = @message end |
Instance Attribute Details
#password ⇒ Object (readonly)
connection password
7 8 9 |
# File 'lib/mod_spox/messages/outgoing/Pass.rb', line 7 def password @password end |