Class: GpxDoctor::Models::Bounds
- Inherits:
-
Struct
- Object
- Struct
- GpxDoctor::Models::Bounds
- Defined in:
- lib/gpx_doctor/models/bounds.rb
Instance Attribute Summary collapse
-
#maxlat ⇒ Object
Returns the value of attribute maxlat.
-
#maxlon ⇒ Object
Returns the value of attribute maxlon.
-
#minlat ⇒ Object
Returns the value of attribute minlat.
-
#minlon ⇒ Object
Returns the value of attribute minlon.
Instance Attribute Details
#maxlat ⇒ Object
Returns the value of attribute maxlat
5 6 7 |
# File 'lib/gpx_doctor/models/bounds.rb', line 5 def maxlat @maxlat end |
#maxlon ⇒ Object
Returns the value of attribute maxlon
5 6 7 |
# File 'lib/gpx_doctor/models/bounds.rb', line 5 def maxlon @maxlon end |
#minlat ⇒ Object
Returns the value of attribute minlat
5 6 7 |
# File 'lib/gpx_doctor/models/bounds.rb', line 5 def minlat @minlat end |
#minlon ⇒ Object
Returns the value of attribute minlon
5 6 7 |
# File 'lib/gpx_doctor/models/bounds.rb', line 5 def minlon @minlon end |