Class: DiscourseVersionCheck
- Inherits:
-
Object
- Object
- DiscourseVersionCheck
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/discourse_version_check.rb
Instance Attribute Summary collapse
-
#critical_updates ⇒ Object
Returns the value of attribute critical_updates.
-
#git_branch ⇒ Object
Returns the value of attribute git_branch.
-
#installed_describe ⇒ Object
Returns the value of attribute installed_describe.
-
#installed_sha ⇒ Object
Returns the value of attribute installed_sha.
-
#installed_version ⇒ Object
Returns the value of attribute installed_version.
-
#latest_version ⇒ Object
Returns the value of attribute latest_version.
-
#missing_versions_count ⇒ Object
Returns the value of attribute missing_versions_count.
-
#stale_data ⇒ Object
Returns the value of attribute stale_data.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#version_check_pending ⇒ Object
Returns the value of attribute version_check_pending.
Instance Attribute Details
#critical_updates ⇒ Object
Returns the value of attribute critical_updates.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def critical_updates @critical_updates end |
#git_branch ⇒ Object
Returns the value of attribute git_branch.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def git_branch @git_branch end |
#installed_describe ⇒ Object
Returns the value of attribute installed_describe.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def installed_describe @installed_describe end |
#installed_sha ⇒ Object
Returns the value of attribute installed_sha.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def installed_sha @installed_sha end |
#installed_version ⇒ Object
Returns the value of attribute installed_version.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def installed_version @installed_version end |
#latest_version ⇒ Object
Returns the value of attribute latest_version.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def latest_version @latest_version end |
#missing_versions_count ⇒ Object
Returns the value of attribute missing_versions_count.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def missing_versions_count @missing_versions_count end |
#stale_data ⇒ Object
Returns the value of attribute stale_data.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def stale_data @stale_data end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def updated_at @updated_at end |
#version_check_pending ⇒ Object
Returns the value of attribute version_check_pending.
6 7 8 |
# File 'app/models/discourse_version_check.rb', line 6 def version_check_pending @version_check_pending end |