Class: Outliers::Resources::Aws::CloudFormation::StackCollection

Inherits:
Collection
  • Object
show all
Defined in:
lib/outliers/resources/aws/cloud_formation/stack_collection.rb

Instance Attribute Summary

Attributes inherited from Collection

#provider, #targets

Instance Method Summary collapse

Methods inherited from Collection

#each, #exclude_by_key, #filter, filters, #initialize, #key, #list, resource_class, #resource_class, to_human, #to_s, verifications, #verify

Methods included from Verifications::Shared

#equals?, #none_exist?

Constructor Details

This class inherits a constructor from Outliers::Collection

Instance Method Details

#load_allObject



7
8
9
# File 'lib/outliers/resources/aws/cloud_formation/stack_collection.rb', line 7

def load_all
  connect.stacks.map {|r| resource_class.new r}
end