class Faker::Compass
def abbreviation
-
(String)
-
def abbreviation parse('compass.abbreviation') end
def azimuth
-
(String)
-
def azimuth parse('compass.azimuth') end
def cardinal
-
(String)
-
def cardinal fetch('compass.cardinal.word') end
def cardinal_abbreviation
-
(String)
-
def cardinal_abbreviation fetch('compass.cardinal.abbreviation') end
def cardinal_azimuth
-
(String)
-
def cardinal_azimuth fetch('compass.cardinal.azimuth') end
def direction
-
(String)
-
def direction parse('compass.direction') end
def half_wind
-
(String)
-
def half_wind fetch('compass.half-wind.word') end
def half_wind_abbreviation
-
(String)
-
def half_wind_abbreviation fetch('compass.half-wind.abbreviation') end
def half_wind_azimuth
-
(String)
-
def half_wind_azimuth fetch('compass.half-wind.azimuth') end
def ordinal
-
(String)
-
def ordinal fetch('compass.ordinal.word') end
def ordinal_abbreviation
-
(String)
-
def ordinal_abbreviation fetch('compass.ordinal.abbreviation') end
def ordinal_azimuth
-
(String)
-
def ordinal_azimuth fetch('compass.ordinal.azimuth') end
def quarter_wind
-
(String)
-
def quarter_wind fetch('compass.quarter-wind.word') end
def quarter_wind_abbreviation
-
(String)
-
def quarter_wind_abbreviation fetch('compass.quarter-wind.abbreviation') end
def quarter_wind_azimuth
-
(String)
-
def quarter_wind_azimuth fetch('compass.quarter-wind.azimuth') end