Class: HCloud::PublicNet

Inherits:
Entity
  • Object
show all
Defined in:
lib/hcloud/entities/public_net.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



13
14
15
16
17
18
19
20
# File 'lib/hcloud/entities/public_net.rb', line 13

def to_h
  {
    enable_ipv4: enable_ipv4,
    enable_ipv6: enable_ipv6,
    ipv4: ipv4&.id,
    ipv6: ipv6&.id,
  }.compact
end