Class: PrivateNetwork
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PrivateNetwork
- Defined in:
- lib/antfarm/private_network.rb
Overview
PrivateNetwork class that wraps the private_networks table in the ANTFARM database.
-
has many IP networks
Instance Method Summary collapse
-
#to_label ⇒ Object
This is for ActiveScaffold.
Instance Method Details
#to_label ⇒ Object
This is for ActiveScaffold
30 31 32 |
# File 'lib/antfarm/private_network.rb', line 30 def to_label #:nodoc: return "Private Network" end |