Class: OGR::SpatialReference::Version

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

Instance Attribute Summary collapse

Instance Attribute Details

#majorObject

Returns the value of attribute major

Returns:

  • (Object)

    the current value of major



17
18
19
# File 'lib/ogr/spatial_reference.rb', line 17

def major
  @major
end

#minorObject

Returns the value of attribute minor

Returns:

  • (Object)

    the current value of minor



17
18
19
# File 'lib/ogr/spatial_reference.rb', line 17

def minor
  @minor
end

#patchObject

Returns the value of attribute patch

Returns:

  • (Object)

    the current value of patch



17
18
19
# File 'lib/ogr/spatial_reference.rb', line 17

def patch
  @patch
end