class Mockdata::Locations
Constants
- AIRPORTS
- CITIES
City, Country
- ISLANDS
- LOCATIONS
Location, Latitude, Longitude
- STREETNAMES
Public Class Methods
airport()
click to toggle source
# File lib/mockdata/locations.rb, line 185 def self.airport AIRPORTS.sample end
city_country()
click to toggle source
# File lib/mockdata/locations.rb, line 173 def self.city_country CITIES.sample end
city_latitude_longitude()
click to toggle source
# File lib/mockdata/locations.rb, line 169 def self.city_latitude_longitude LOCATIONS.sample end
island()
click to toggle source
# File lib/mockdata/locations.rb, line 181 def self.island ISLANDS.sample end
streetname()
click to toggle source
# File lib/mockdata/locations.rb, line 177 def self.streetname STREETNAMES.sample end