Class: Stella::Client::Quit
- Inherits:
-
ResponseModifier
- Object
- ResponseModifier
- Stella::Client::Quit
- Defined in:
- lib/stella/client.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ Quit
constructor
A new instance of Quit.
Constructor Details
#initialize(msg = nil) ⇒ Quit
Returns a new instance of Quit.
243 244 245 |
# File 'lib/stella/client.rb', line 243 def initialize(msg=nil) @message = msg end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
242 243 244 |
# File 'lib/stella/client.rb', line 242 def @message end |