Class: Crashlytics::Runner

Inherits:
Struct
  • Object
show all
Defined in:
lib/crashlytics/runner.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



3
4
5
# File 'lib/crashlytics/runner.rb', line 3

def password
  @password
end

#user_nameObject

Returns the value of attribute user_name

Returns:

  • (Object)

    the current value of user_name



3
4
5
# File 'lib/crashlytics/runner.rb', line 3

def user_name
  @user_name
end

Instance Method Details

#runObject



4
5
6
# File 'lib/crashlytics/runner.rb', line 4

def run
  parser.statistics
end