Class: Hcloud::Iso

Inherits:
Object
  • Object
show all
Includes:
EntryLoader
Defined in:
lib/hcloud/iso.rb

Constant Summary collapse

Attributes =
{
  id: nil,
  name: nil,
  description: nil,
  type: nil,
  deprecated: :time
}.freeze

Instance Attribute Summary

Attributes included from EntryLoader

#response

Method Summary

Methods included from EntryLoader

#_attributes, #_load, #_run_callbacks, #_update_attribute, #client, #initialize, #inspect, #method_missing, #prepare_request, #resource_path, #resource_url, #respond_to_missing?, #rollback, #save, #update

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Hcloud::EntryLoader