Class: HCloud::PublicNetFirewall
- Inherits:
-
Entity
- Object
- Entity
- HCloud::PublicNetFirewall
- Defined in:
- lib/hcloud/entities/public_net_firewall.rb
Instance Method Summary collapse
Instance Method Details
#applied? ⇒ Boolean
8 9 10 |
# File 'lib/hcloud/entities/public_net_firewall.rb', line 8 def applied? status == "applied" end |
#pending? ⇒ Boolean
12 13 14 |
# File 'lib/hcloud/entities/public_net_firewall.rb', line 12 def pending? status == "pending" end |