Class: ForemanMaintain::Concerns::SystemHelpers::Version
- Inherits:
-
Gem::Version
- Object
- Gem::Version
- ForemanMaintain::Concerns::SystemHelpers::Version
- Defined in:
- lib/foreman_maintain/concerns/system_helpers.rb
Overview
class we use for comparing the versions
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
27 28 29 |
# File 'lib/foreman_maintain/concerns/system_helpers.rb', line 27 def build segments[2] end |
#major ⇒ Object
19 20 21 |
# File 'lib/foreman_maintain/concerns/system_helpers.rb', line 19 def major segments[0] end |
#minor ⇒ Object
23 24 25 |
# File 'lib/foreman_maintain/concerns/system_helpers.rb', line 23 def minor segments[1] end |