Project

General

Profile

Download (169 Bytes) Statistics
| Branch: | Tag: | Revision:
module Nic
class Bridge < Managed
include Nic::WithAttachedDevices

def self.humanized_name
N_('Bridge')
end
end

Base.register_type(Bridge)
end
(4-4/7)