Module: Flatware::Sink
Defined Under Namespace
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
5 6 7 |
# File 'lib/flatware/sink/client.rb', line 5 def client @client end |
Instance Method Details
#start_server(*args) ⇒ Object
6 7 8 |
# File 'lib/flatware/sink.rb', line 6 def start_server(*args) Server.new(*args).start end |