Class: Ratis::RoutePattern::Point

Inherits:
Object
  • Object
show all
Defined in:
lib/ratis/route_pattern/point.rb

Instance Attribute Summary collapse

Instance Attribute Details

#latObject

Returns the value of attribute lat.



4
5
6
# File 'lib/ratis/route_pattern/point.rb', line 4

def lat
  @lat
end

#lngObject

Returns the value of attribute lng.



4
5
6
# File 'lib/ratis/route_pattern/point.rb', line 4

def lng
  @lng
end