Class: Homebrew::Livecheck::Strategy::Sparkle::Item Private
- Inherits:
-
Struct
- Object
- Struct
- Homebrew::Livecheck::Strategy::Sparkle::Item
- Extended by:
- Forwardable, T::Sig
- Defined in:
- brew/Library/Homebrew/livecheck/strategy/sparkle.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#bundle_version ⇒ Object
Returns the value of attribute bundle_version.
-
#short_version ⇒ Object
Returns the value of attribute short_version.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#bundle_version ⇒ Object
Returns the value of attribute bundle_version
35 36 37 |
# File 'brew/Library/Homebrew/livecheck/strategy/sparkle.rb', line 35 def bundle_version @bundle_version end |
#short_version ⇒ Object
Returns the value of attribute short_version
35 36 37 |
# File 'brew/Library/Homebrew/livecheck/strategy/sparkle.rb', line 35 def short_version @short_version end |
#title ⇒ Object
Returns the value of attribute title
35 36 37 |
# File 'brew/Library/Homebrew/livecheck/strategy/sparkle.rb', line 35 def title @title end |
#url ⇒ Object
Returns the value of attribute url
35 36 37 |
# File 'brew/Library/Homebrew/livecheck/strategy/sparkle.rb', line 35 def url @url end |
#version ⇒ Object
Returns the value of attribute version
35 36 37 |
# File 'brew/Library/Homebrew/livecheck/strategy/sparkle.rb', line 35 def version @version end |