class TelosLWCP::Command
Public Class Methods
incoming(string)
click to toggle source
# File lib/telos_lwcp/command.rb, line 117 def incoming(string) Incoming.new(string) end
outgoing(command, object, arguments)
click to toggle source
# File lib/telos_lwcp/command.rb, line 113 def outgoing(command, object, arguments) Outgoing.new(command, object, arguments) end