Sha256: a38b5ee55253e1e6785286f2c7fae7a8d4ef7c11426da869d797fe93932730b1
Contents?: true
Size: 327 Bytes
Versions: 17
Compression:
Stored size: 327 Bytes
Contents
require 'conjur/variable' module Conjur class API def create_variable(mime_type, kind, options = {}) standard_create Conjur::Core::API.host, :variable, nil, options.merge(mime_type: mime_type, kind: kind) end def variable id standard_show Conjur::Core::API.host, :variable, id end end end
Version data entries
17 entries across 17 versions & 1 rubygems