Class: Dcmgr::Models::PhysicalNetwork

Inherits:
BaseNew
  • Object
show all
Defined in:
lib/dcmgr/models/physical_network.rb

Overview

Physical network interface

Constant Summary

Constants inherited from BaseNew

BaseNew::LOCK_TABLES_KEY

Instance Method Summary collapse

Methods inherited from BaseNew

Proxy, dataset, default_row_lock_mode=, install_data, install_data_hooks, lock!, #to_hash, unlock!, #with_timestamps?

Instance Method Details

#before_destroyObject



13
14
15
# File 'lib/dcmgr/models/physical_network.rb', line 13

def before_destroy
  super
end

#validateObject



9
10
11
# File 'lib/dcmgr/models/physical_network.rb', line 9

def validate
  super
end