class Faker::JapaneseMedia::SwordArtOnline
Public Class Methods
game_name()
click to toggle source
Produces the in-game name of a character from Sword Art Online.
@return [String]
@example
Faker::JapaneseMedia::SwordArtOnline.game_name #=> "Silica"
@faker.version 1.9.0
# File lib/faker/japanese_media/sword_art_online.rb, line 29 def game_name fetch('sword_art_online.game_name') end
item()
click to toggle source
Produces the name of an item from Sword Art Online.
@return [String]
@example
Faker::JapaneseMedia::SwordArtOnline.item #=> "Blackwyrm Coat"
@faker.version 1.9.0
# File lib/faker/japanese_media/sword_art_online.rb, line 55 def item fetch('sword_art_online.item') end
location()
click to toggle source
Produces the name of a location from Sword Art Online.
@return [String]
@example
Faker::JapaneseMedia::SwordArtOnline.location #=> "Ruby Palace"
@faker.version 1.9.0
# File lib/faker/japanese_media/sword_art_online.rb, line 42 def location fetch('sword_art_online.location') end
real_name()
click to toggle source
Produces the real name of a character from Sword Art Online.
@return [String]
@example
Faker::JapaneseMedia::SwordArtOnline.real_name #=> "Kirigaya Kazuto"
@faker.version 1.9.0
# File lib/faker/japanese_media/sword_art_online.rb, line 16 def real_name fetch('sword_art_online.real_name') end