module PrintReleaf::Actions::Find::ClassMethods

Public Instance Methods

find(id) click to toggle source
# File lib/printreleaf/actions.rb, line 15
def find(id)
  uri = Util.join_uri(self.uri, id)
  response = PrintReleaf.get(uri)
  self.new(response)
end