module Printfection::Actions::Update

Public Instance Methods

save() click to toggle source
# File lib/printfection/actions.rb, line 25
def save
  Printfection.patch self.uri, changes
  true
end