Class: AtlassianAppVersions::ArchivedAppVersion

Inherits:
AppVersion show all
Defined in:
lib/atlassian_app_versions.rb

Instance Attribute Summary

Attributes inherited from AbstractVersion

#version

Instance Method Summary collapse

Methods inherited from AppVersion

#keys, #method_missing, #relNotes, #respond_to_missing?

Methods inherited from AbstractVersion

#<=>, #initialize, #inspect, #keys, #method_missing, #releaseDate, #respond_to_missing?, #to_s, #versionJSON

Constructor Details

This class inherits a constructor from AtlassianAppVersions::AbstractVersion

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AtlassianAppVersions::AppVersion

Instance Method Details

#releaseJSONObject

Note: returns nil if that version wasn’t available in the archive



388
389
390
# File 'lib/atlassian_app_versions.rb', line 388

def releaseJSON
    @parent.archivedReleaseJSON.find { |v| v["version"] == @version }
end