Class: RGeo::CoordSys::CRSStore::Key

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgeo/coord_sys/crs_to_crs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



31
32
33
# File 'lib/rgeo/coord_sys/crs_to_crs.rb', line 31

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



31
32
33
# File 'lib/rgeo/coord_sys/crs_to_crs.rb', line 31

def to
  @to
end