module SerialportServer
Constants
- VERSION
Public Class Methods
application()
click to toggle source
# File lib/serialport-server/application.rb, line 3 def self.application @@application end
Private Class Methods
application=(app)
click to toggle source
# File lib/serialport-server/application.rb, line 8 def self.application=(app) @@application = app end