Class: HCloud::Action

Inherits:
Resource show all
Defined in:
lib/hcloud/resources/action.rb

Overview

Represents an action

Find action by ID

HCloud::Action.find(1)
# => #<HCloud::Action id: 1, ...>

Method Summary

Methods inherited from Resource

#==, client, #initialize, #mutable?, resource_name, #to_h

Constructor Details

This class inherits a constructor from HCloud::Resource