class LabClient::Application

Inspect Helper

Public Instance Methods

delete() click to toggle source
# File lib/labclient/applications/application.rb, line 10
def delete
  client.applications.delete id
end
inspect() click to toggle source
# File lib/labclient/applications/application.rb, line 6
def inspect
  "#<Application id: #{id}, #{application_name}>"
end