Sha256: a2ce82d51ec3e5a6f5596190075954f88bce862f500f911fa35d7b1c8d6c1c81

Contents?: true

Size: 253 Bytes

Versions: 4

Compression:

Stored size: 253 Bytes

Contents

class AwsInventory::Ecs < AwsInventory::Base
  autoload :Service, "aws_inventory/ecs/service"
  autoload :Cluster, "aws_inventory/ecs/cluster"

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aws-inventory-0.4.5 lib/aws_inventory/ecs.rb
aws-inventory-0.4.3 lib/aws_inventory/ecs.rb
aws-inventory-0.4.2 lib/aws_inventory/ecs.rb
aws-inventory-0.4.0 lib/aws_inventory/ecs.rb