module Crashlytics

Constants

Crawler
Parser
Runner

Public Class Methods

run(email, password) click to toggle source
# File lib/crashlytics.rb, line 2
def self.run email, password
  Runner.new(email, password).run
end