class Faker::Compass

def abbreviation

def abbreviation
  parse('compass.abbreviation')
end

def azimuth

def azimuth
  parse('compass.azimuth')
end

def cardinal

def cardinal
  fetch('compass.cardinal.word')
end

def cardinal_abbreviation

def cardinal_abbreviation
  fetch('compass.cardinal.abbreviation')
end

def cardinal_azimuth

def cardinal_azimuth
  fetch('compass.cardinal.azimuth')
end

def direction

def direction
  parse('compass.direction')
end

def half_wind

def half_wind
  fetch('compass.half-wind.word')
end

def half_wind_abbreviation

def half_wind_abbreviation
  fetch('compass.half-wind.abbreviation')
end

def half_wind_azimuth

def half_wind_azimuth
  fetch('compass.half-wind.azimuth')
end

def ordinal

def ordinal
  fetch('compass.ordinal.word')
end

def ordinal_abbreviation

def ordinal_abbreviation
  fetch('compass.ordinal.abbreviation')
end

def ordinal_azimuth

def ordinal_azimuth
  fetch('compass.ordinal.azimuth')
end

def quarter_wind

def quarter_wind
  fetch('compass.quarter-wind.word')
end

def quarter_wind_abbreviation

def quarter_wind_abbreviation
  fetch('compass.quarter-wind.abbreviation')
end

def quarter_wind_azimuth

def quarter_wind_azimuth
  fetch('compass.quarter-wind.azimuth')
end