lib/conjur/variable.rb in conjur-api-4.1.1 vs lib/conjur/variable.rb in conjur-api-4.3.0

- old
+ new

@@ -20,9 +20,12 @@ # module Conjur class Variable < RestClient::Resource include ActsAsAsset + def kind; attributes['kind']; end + def mime_type; attributes['mime_type']; end + def add_value value log do |logger| logger << "Adding a value to variable #{id}" end invalidate do \ No newline at end of file