# File lib/fog/key_manager/openstack/models/secret.rb, line 38
        def create
          merge_attributes(service.create_secret(attributes).body)
          self
        end