Class: Faker::SwordArtOnline

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/sword_art_online.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.game_nameObject



8
9
10
# File 'lib/faker/sword_art_online.rb', line 8

def game_name
  fetch('sword_art_online.game_name')
end

.itemObject



16
17
18
# File 'lib/faker/sword_art_online.rb', line 16

def item
  fetch('sword_art_online.item')
end

.locationObject



12
13
14
# File 'lib/faker/sword_art_online.rb', line 12

def location
  fetch('sword_art_online.location')
end

.real_nameObject



4
5
6
# File 'lib/faker/sword_art_online.rb', line 4

def real_name
  fetch('sword_art_online.real_name')
end