Sha256: bd5109707006d7e064a6a617b82f431ef1aded706212f620e8e172cc1c82acdb
Contents?: true
Size: 249 Bytes
Versions: 23
Compression:
Stored size: 249 Bytes
Contents
module BorderPatrol class Configuration POLLING_PERIOD = 30 attr_accessor :terminate, :ignore_console, :polling_period def initialize @terminate = false @ignore_console = true @polling_period = 30 end end end
Version data entries
23 entries across 23 versions & 1 rubygems