Module: STOMP
- Defined in:
- lib/ruote-stomp.rb
Class Method Summary collapse
Class Method Details
.settings ⇒ Object
111 112 113 |
# File 'lib/ruote-stomp.rb', line 111 def self.settings @settings ||= {:host => "localhost", :port => "61613"} end |