module Printfection::Actions::List
Public Instance Methods
all(params={})
click to toggle source
# File lib/printfection/actions.rb, line 11 def all(params={}) Printfection.get(self.uri, params).map do |response| new response end end