Sha256: d1c7e49cdb4e67c0e71d50cd9429b4cd5458ce8dc77b8bf8ba6c8faa39142a77
Contents?: true
Size: 373 Bytes
Versions: 5
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true module Lunanode module APIActions module Floating def floating_list action(:floating, :list) end def floating_add(region:) action(:floating, :add, region: region) end def floating_delete(region:, ip:) action(:floating, :delete, region: region, ip: ip) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems