Class: Dcmgr::Models::NetfilterRule

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

Constant Summary

Constants inherited from BaseNew

BaseNew::LOCK_TABLES_KEY

Instance Method Summary collapse

Methods inherited from BaseNew

Proxy, dataset, install_data, install_data_hooks, lock!, unlock!

Instance Method Details

#to_hashObject



14
15
16
17
18
# File 'lib/dcmgr/models/netfilter_rule.rb', line 14

def to_hash
  {
    :permission => permission,
  }
end