Class: DropletKit::DropletActionResource

Inherits:
ResourceKit::Resource
  • Object
show all
Includes:
ErrorHandlingResourcable
Defined in:
lib/droplet_kit/resources/droplet_action_resource.rb

Constant Summary collapse

ACTIONS_WITHOUT_INPUT =
%w(reboot power_cycle shutdown power_off power_on
password_reset enable_ipv6 enable_backups disable_backups
enable_private_networking)
TAG_ACTIONS =
%w(
  enable_backups disable_backups power_cycle power_on power_off shutdown
  enable_private_networking enable_ipv6 snapshot
)

Method Summary

Methods included from ErrorHandlingResourcable

included