Class: Homebrew::Livecheck::Strategy::ExtractPlist::Item Private

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Defined in:
livecheck/strategy/extract_plist.rb

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_versionObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute bundle_version

Returns:

  • (Object)

    the current value of bundle_version



36
37
38
# File 'livecheck/strategy/extract_plist.rb', line 36

def bundle_version
  @bundle_version
end

#short_versionObject (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.



48
# File 'livecheck/strategy/extract_plist.rb', line 48

delegate short_version: :bundle_version

#versionObject (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.



44
# File 'livecheck/strategy/extract_plist.rb', line 44

delegate version: :bundle_version