This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/models/discourse_version_check.rb

15 lines
402 B
Ruby

class DiscourseVersionCheck
include ActiveModel::Model
attr_accessor :latest_version,
:critical_updates,
:installed_version,
:installed_sha,
:installed_describe,
:missing_versions_count,
:git_branch,
:updated_at,
:version_check_pending,
:stale_data
end