module SinespClient

Constants

VERSION

Public Class Methods

lat() click to toggle source
# File lib/sinesp_client.rb, line 13
def self.lat
  rand(-90.000000000...90.000000000)
end
long() click to toggle source
# File lib/sinesp_client.rb, line 17
def self.long
  rand(-180.000000000...180.000000000)
end