Class: VCSRuby::Tools::MagickVersion
- Inherits:
-
Struct
- Object
- Struct
- VCSRuby::Tools::MagickVersion
- Defined in:
- lib/tools.rb
Instance Attribute Summary collapse
-
#major ⇒ Object
Returns the value of attribute major.
-
#minor ⇒ Object
Returns the value of attribute minor.
-
#revision ⇒ Object
Returns the value of attribute revision.
Instance Attribute Details
#major ⇒ Object
Returns the value of attribute major
25 26 27 |
# File 'lib/tools.rb', line 25 def major @major end |
#minor ⇒ Object
Returns the value of attribute minor
25 26 27 |
# File 'lib/tools.rb', line 25 def minor @minor end |
#revision ⇒ Object
Returns the value of attribute revision
25 26 27 |
# File 'lib/tools.rb', line 25 def revision @revision end |