Sha256: f0f775f760b5129c212bb90b8d9640af2d20a6ff23e0d544a973bd275490d2ba
Contents?: true
Size: 294 Bytes
Versions: 4
Compression:
Stored size: 294 Bytes
Contents
module CloudControl::API class Tagging < Core def list_tag_keys(options = {}) org_endpoint '/tag/tagKey' query_params options get_simple end def list_tags(options = {}) org_endpoint '/tag/tag' query_params options get_simple end end end
Version data entries
4 entries across 4 versions & 1 rubygems