Class: DiscourseVersionCheck

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/discourse_version_check.rb

Instance Attribute Summary collapse

Instance Attribute Details

#critical_updatesObject

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_branchObject

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_describeObject

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_shaObject

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_versionObject

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_versionObject

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_countObject

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_dataObject

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_atObject

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_pendingObject

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