Sha256: b235482daa924588505f15aa778f3a8eeea7e97767a4b2369f027500d6787f7c

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class ModelList < Base
        def self.after_action(data, config)
          self.info(data)
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
superhosting-0.0.2 lib/superhosting/cli/cmd/model_list.rb