NewRepublicBrewing/BCS-Interrogator

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

Summary

Maintainability
A
0 mins
Test Coverage
class NRB::BreweryControlSystem
  class Input < Struct.new(:id, :name, :state)
  end
end