Class: RGeo::CoordSys::CRSStore::Key
- Inherits:
-
Struct
- Object
- Struct
- RGeo::CoordSys::CRSStore::Key
- Defined in:
- lib/rgeo/coord_sys/crs_to_crs.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
31 32 33 |
# File 'lib/rgeo/coord_sys/crs_to_crs.rb', line 31 def from @from end |
#to ⇒ Object
Returns the value of attribute to
31 32 33 |
# File 'lib/rgeo/coord_sys/crs_to_crs.rb', line 31 def to @to end |