Module: StarEthernet

Defined in:
lib/star_ethernet.rb,
lib/star_ethernet/config.rb,
lib/star_ethernet/status.rb,
lib/star_ethernet/command.rb,
lib/star_ethernet/printer.rb,
lib/star_ethernet/version.rb,
lib/star_ethernet/exceptions.rb,
lib/star_ethernet/status_item.rb

Defined Under Namespace

Modules: Command Classes: Config, EtbCountUpFailed, PrintFailed, Printer, PrinterError, PrinterOffline, Status, StatusFetchFailed, StatusItem

Constant Summary collapse

VERSION =
"0.1.12"

Class Method Summary collapse

Class Method Details

.configurationObject



10
11
12
# File 'lib/star_ethernet.rb', line 10

def self.configuration
  @config ||= StarEthernet::Config.new
end