class Swiftcore::Analogger::BadPort

Public Class Methods

new(port) click to toggle source
# File lib/swiftcore/Analogger.rb, line 15
def initialize(port)
  @port = port
end

Public Instance Methods

to_s() click to toggle source
# File lib/swiftcore/Analogger.rb, line 19
def to_s; "The port provided (#{@port}) is invalid."; end