Class: VCSRuby::Tools::MagickVersion

Inherits:
Struct
  • Object
show all
Defined in:
lib/tools.rb

Instance Attribute Summary collapse

Instance Attribute Details

#majorObject

Returns the value of attribute major

Returns:

  • (Object)

    the current value of major



25
26
27
# File 'lib/tools.rb', line 25

def major
  @major
end

#minorObject

Returns the value of attribute minor

Returns:

  • (Object)

    the current value of minor



25
26
27
# File 'lib/tools.rb', line 25

def minor
  @minor
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



25
26
27
# File 'lib/tools.rb', line 25

def revision
  @revision
end