Class: Faker::TvShows::DrWho

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

Constant Summary

Constants inherited from Base

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

Class Method Summary collapse

Methods inherited from Base

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

Class Method Details

.actorObject



17
18
19
# File 'lib/faker/tv_shows/dr_who.rb', line 17

def actor
  fetch('dr_who.actors')
end

.catch_phraseObject



21
22
23
# File 'lib/faker/tv_shows/dr_who.rb', line 21

def catch_phrase
  fetch('dr_who.catch_phrases')
end

.characterObject



9
10
11
# File 'lib/faker/tv_shows/dr_who.rb', line 9

def character
  fetch('dr_who.character')
end

.quoteObject



25
26
27
# File 'lib/faker/tv_shows/dr_who.rb', line 25

def quote
  fetch('dr_who.quotes')
end

.specieObject



33
34
35
# File 'lib/faker/tv_shows/dr_who.rb', line 33

def specie
  fetch('dr_who.species')
end

.the_doctorObject



13
14
15
# File 'lib/faker/tv_shows/dr_who.rb', line 13

def the_doctor
  fetch('dr_who.the_doctors')
end

.villianObject



29
30
31
# File 'lib/faker/tv_shows/dr_who.rb', line 29

def villian
  fetch('dr_who.villians')
end