Sha256: 6d97ba1e6f6eb3e354184e667ae20abf970e24d601e4b0e921e46a9e9d2a4c94
Contents?: true
Size: 165 Bytes
Versions: 1
Compression:
Stored size: 165 Bytes
Contents
module Aeolus module Image class DeleteCommand < BaseCommand def initialize(opts={}, logger=nil) super(opts, logger) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aeolus-image-0.0.1 | lib/delete_command.rb |