NewRepublicBrewing/BCS-Interrogator

View on GitHub
lib/brewery_control_system/models/device.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NRB::BreweryControlSystem
  class Device < Struct.new(:name, :type, :version, :build)
    # build    string
    # name     string
    # type     string
    # version  string
  end
end