module Builderator::Model::Cleaner
Public Class Methods
images()
click to toggle source
# File lib/builderator/model/cleaner/images.rb, line 8 def self.images @images ||= Images.new end
instances()
click to toggle source
# File lib/builderator/model/cleaner/instances.rb, line 8 def self.instances @instances ||= Instances.new end
launch_configs()
click to toggle source
# File lib/builderator/model/cleaner/launch_configs.rb, line 8 def self.launch_configs @launch_configs ||= LaunchConfigs.new end
scaling_groups()
click to toggle source
# File lib/builderator/model/cleaner/scaling_groups.rb, line 8 def self.scaling_groups @scaling_groups ||= ScalingGroups.new end
snapshots()
click to toggle source
# File lib/builderator/model/cleaner/snapshots.rb, line 8 def self.snapshots @snapshots ||= Snapshots.new end
volumes()
click to toggle source
# File lib/builderator/model/cleaner/volumes.rb, line 8 def self.volumes @volumes ||= Volumes.new end