module Printfection::Actions::Create

Public Instance Methods

create(params) click to toggle source
# File lib/printfection/actions.rb, line 19
def create(params)
  new Printfection.post self.uri, params
end