Class: TelosLWCP::Command
- Inherits:
-
Object
- Object
- TelosLWCP::Command
show all
- Defined in:
- lib/telos_lwcp/command.rb
Defined Under Namespace
Classes: Incoming, Outgoing
Class Method Summary
collapse
Class Method Details
.incoming(string) ⇒ Object
117
118
119
|
# File 'lib/telos_lwcp/command.rb', line 117
def incoming(string)
Incoming.new(string)
end
|
.outgoing(command, object, arguments) ⇒ Object
113
114
115
|
# File 'lib/telos_lwcp/command.rb', line 113
def outgoing(command, object, arguments)
Outgoing.new(command, object, arguments)
end
|