Class: RABX::RequestMessage
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#method ⇒ Object
readonly
Returns the value of attribute method.
Instance Method Summary collapse
Constructor Details
This class inherits a constructor from RABX::Message
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments.
200 201 202 |
# File 'lib/rabx/message.rb', line 200 def arguments @arguments end |
#method ⇒ Object (readonly)
Returns the value of attribute method.
200 201 202 |
# File 'lib/rabx/message.rb', line 200 def method @method end |
Instance Method Details
#parse ⇒ Object
202 203 204 205 |
# File 'lib/rabx/message.rb', line 202 def parse @method = getnetstring @arguments = gets end |