module Aio::Device class Juniper < ParentDevice def initialize super @device_type = "juniper" end end end