module Cloudcost

Constants

VERSION

Public Class Methods

tags_to_s(tag_hash = []) click to toggle source
# File lib/cloudcost/server.rb, line 6
def self.tags_to_s(tag_hash = [])
  tag_hash.map { |k, v| "#{k}=#{v}" }.join(" ")
end