Class: Crashlytics::Runner
- Inherits:
-
Struct
- Object
- Struct
- Crashlytics::Runner
- Defined in:
- lib/crashlytics/runner.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Method Summary collapse
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
3 4 5 |
# File 'lib/crashlytics/runner.rb', line 3 def password @password end |
#user_name ⇒ Object
Returns the value of attribute user_name
3 4 5 |
# File 'lib/crashlytics/runner.rb', line 3 def user_name @user_name end |
Instance Method Details
#run ⇒ Object
4 5 6 |
# File 'lib/crashlytics/runner.rb', line 4 def run parser.statistics end |