module Vhx::ApiOperations::Update::InstanceMethods
Public Instance Methods
update(payload, headers = {})
click to toggle source
# File lib/vhx/utilities/api_operations/update.rb, line 5 def update(payload, headers = {}) Vhx.connection.put(self.href, payload, headers) end