module PrintReleaf::Actions::List::InstanceMethods

Public Instance Methods

list(params={}) click to toggle source
# File lib/printreleaf/actions.rb, line 65
def list(params={})
  PrintReleaf.get(self.uri, params).map do |response|
    self.new(response)
  end
end