Module: Printfection::Actions::List

Included in:
Campaign, Item, Order
Defined in:
lib/printfection/actions.rb

Instance Method Summary collapse

Instance Method Details

#all(params = {}) ⇒ Object



11
12
13
14
15
# File 'lib/printfection/actions.rb', line 11

def all(params={})
  Printfection.get(self.uri, params).map do |response|
    new response
  end
end