Class: TwistlockControl::Entities::Provisioner

Inherits:
PersistedEntity show all
Defined in:
lib/twistlock_control/entities/provisioner.rb

Overview

A provisioner is a machine capable of provisioning containers

Class Method Summary collapse

Methods inherited from PersistedEntity

all, deserialize, find_by_id, find_with_ids, inherited, #remove, #repository, #save

Methods inherited from TwistlockControl::Entity

#==, #serialize

Class Method Details

.apiObject



13
14
15
# File 'lib/twistlock_control/entities/provisioner.rb', line 13

def self.api
	@api ||= ProvisionerAPI.new(url)
end