class Faker::Compass
Public Class Methods
abbreviation()
click to toggle source
# File lib/faker/default/compass.rb, line 26 def abbreviation parse('compass.abbreviation') end
azimuth()
click to toggle source
# File lib/faker/default/compass.rb, line 30 def azimuth parse('compass.azimuth') end
cardinal()
click to toggle source
# File lib/faker/default/compass.rb, line 6 def cardinal fetch('compass.cardinal.word') end
cardinal_abbreviation()
click to toggle source
# File lib/faker/default/compass.rb, line 34 def cardinal_abbreviation fetch('compass.cardinal.abbreviation') end
cardinal_azimuth()
click to toggle source
# File lib/faker/default/compass.rb, line 50 def cardinal_azimuth fetch('compass.cardinal.azimuth') end
direction()
click to toggle source
# File lib/faker/default/compass.rb, line 22 def direction parse('compass.direction') end
half_wind()
click to toggle source
# File lib/faker/default/compass.rb, line 14 def half_wind fetch('compass.half-wind.word') end
half_wind_abbreviation()
click to toggle source
# File lib/faker/default/compass.rb, line 42 def half_wind_abbreviation fetch('compass.half-wind.abbreviation') end
half_wind_azimuth()
click to toggle source
# File lib/faker/default/compass.rb, line 58 def half_wind_azimuth fetch('compass.half-wind.azimuth') end
ordinal()
click to toggle source
# File lib/faker/default/compass.rb, line 10 def ordinal fetch('compass.ordinal.word') end
ordinal_abbreviation()
click to toggle source
# File lib/faker/default/compass.rb, line 38 def ordinal_abbreviation fetch('compass.ordinal.abbreviation') end
ordinal_azimuth()
click to toggle source
# File lib/faker/default/compass.rb, line 54 def ordinal_azimuth fetch('compass.ordinal.azimuth') end
quarter_wind()
click to toggle source
# File lib/faker/default/compass.rb, line 18 def quarter_wind fetch('compass.quarter-wind.word') end
quarter_wind_abbreviation()
click to toggle source
# File lib/faker/default/compass.rb, line 46 def quarter_wind_abbreviation fetch('compass.quarter-wind.abbreviation') end
quarter_wind_azimuth()
click to toggle source
# File lib/faker/default/compass.rb, line 62 def quarter_wind_azimuth fetch('compass.quarter-wind.azimuth') end