Sha256: 11b106651467728e02ee4201d0d6f9fb66d7781b479f2eda9565cb8756e5ca97
Contents?: true
Size: 538 Bytes
Versions: 28
Compression:
Stored size: 538 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List resource tag(s) # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/listTags.html] def list_tags(*args) options = {} if args[0].is_a? Hash options = args[0] options.merge!('command' => 'listTags') else options.merge!('command' => 'listTags') end request(options) end end end end end
Version data entries
28 entries across 26 versions & 4 rubygems