Sha256: 9cab72cf93099f2721468c54df912cac5897b2f9351221ad684125724a5c41aa

Contents?: true

Size: 239 Bytes

Versions: 5

Compression:

Stored size: 239 Bytes

Contents

class Inventory::Ecs < Inventory::Base
  autoload :Service, "inventory/ecs/service"
  autoload :Cluster, "inventory/ecs/cluster"

  # Override report
  def report
    Service.new(@options).report
    Cluster.new(@options).report
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aws-inventory-0.3.2 lib/inventory/ecs.rb
aws-inventory-0.3.1 lib/inventory/ecs.rb
aws-inventory-0.3.0 lib/inventory/ecs.rb
aws-inventory-0.2.1 lib/inventory/ecs.rb
aws-inventory-0.2.0 lib/inventory/ecs.rb