Class: Fog::HP::Network::SecurityGroup
- Inherits:
-
Model
- Object
- Model
- Fog::HP::Network::SecurityGroup
- Defined in:
- lib/fog/hp/models/network/security_group.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
14 15 16 17 18 |
# File 'lib/fog/hp/models/network/security_group.rb', line 14 def destroy requires :id service.delete_security_group(id) true end |