class Faker::Compass

Public Class Methods

abbreviation() click to toggle source
# File lib/faker/compass.rb, line 24
def abbreviation
  parse('compass.abbreviation')
end
azimuth() click to toggle source
# File lib/faker/compass.rb, line 28
def azimuth
  parse('compass.azimuth')
end
cardinal() click to toggle source
# File lib/faker/compass.rb, line 4
def cardinal
  fetch('compass.cardinal.word')
end
cardinal_abbreviation() click to toggle source
# File lib/faker/compass.rb, line 32
def cardinal_abbreviation
  fetch('compass.cardinal.abbreviation')
end
cardinal_azimuth() click to toggle source
# File lib/faker/compass.rb, line 48
def cardinal_azimuth
  fetch('compass.cardinal.azimuth')
end
direction() click to toggle source
# File lib/faker/compass.rb, line 20
def direction
  parse('compass.direction')
end
half_wind() click to toggle source
# File lib/faker/compass.rb, line 12
def half_wind
  fetch('compass.half-wind.word')
end
half_wind_abbreviation() click to toggle source
# File lib/faker/compass.rb, line 40
def half_wind_abbreviation
  fetch('compass.half-wind.abbreviation')
end
half_wind_azimuth() click to toggle source
# File lib/faker/compass.rb, line 56
def half_wind_azimuth
  fetch('compass.half-wind.azimuth')
end
ordinal() click to toggle source
# File lib/faker/compass.rb, line 8
def ordinal
  fetch('compass.ordinal.word')
end
ordinal_abbreviation() click to toggle source
# File lib/faker/compass.rb, line 36
def ordinal_abbreviation
  fetch('compass.ordinal.abbreviation')
end
ordinal_azimuth() click to toggle source
# File lib/faker/compass.rb, line 52
def ordinal_azimuth
  fetch('compass.ordinal.azimuth')
end
quarter_wind() click to toggle source
# File lib/faker/compass.rb, line 16
def quarter_wind
  fetch('compass.quarter-wind.word')
end
quarter_wind_abbreviation() click to toggle source
# File lib/faker/compass.rb, line 44
def quarter_wind_abbreviation
  fetch('compass.quarter-wind.abbreviation')
end
quarter_wind_azimuth() click to toggle source
# File lib/faker/compass.rb, line 60
def quarter_wind_azimuth
  fetch('compass.quarter-wind.azimuth')
end