class Faker::Games::FinalFantasyXIV
Public Class Methods
Source
# File lib/faker/games/final_fantasy_xiv.rb, line 16 def character fetch('games.final_fantasy_xiv.characters') end
Produces the name of a character from FFXIV.
@return [String]
@example
Faker::Games::FinalFantasyXIV.character #=> "Y'shtola Rhul"
@faker.version next
Source
# File lib/faker/games/final_fantasy_xiv.rb, line 54 def data_center fetch('games.final_fantasy_xiv.data_centers') end
Produces a data center from Final Fantasy
XIV.
@return [String]
@example
Faker::Games::FinalFantasyXIV.data_center #=> "Aether"
@faker.version next
Source
# File lib/faker/games/final_fantasy_xiv.rb, line 29 def job fetch('games.final_fantasy_xiv.jobs') end
Produces a job name from Final Fantasy
XIV. Either a battle or non-battle playable job.
@return [String]
@example
Faker::Games::FinalFantasyXIV.job #=> "Paladin"
@faker.version next
Source
# File lib/faker/games/final_fantasy_xiv.rb, line 41 def race fetch('games.final_fantasy_xiv.races') end
Produces the name of a playable race from Final Fantasy
XIV.
@return [String]
@example
Faker::Games::FinalFantasyXIV.race #=> "Miqo'te"
@faker.version next