module RubyNos
Constants
- VERSION
Attributes
cloud_uuid[RW]
group_address[RW]
hops[RW]
keep_alive_time[RW]
logger[RW]
port[RW]
signature_key[RW]
time_between_messages[RW]
Public Class Methods
configure() { |self| ... }
click to toggle source
# File lib/ruby_nos.rb, line 25 def configure if block_given? yield self true end end