Class: Faker::TvShows::TheThickOfIt
- Defined in:
- lib/faker/tv_shows/the_thick_of_it.rb
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.character ⇒ String
Produces a character from The Thick of It.
-
.department ⇒ String
Produces a department from The Thick of It.
-
.position ⇒ String
Produces a position from The Thick of It.
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, shuffle!, translate, unique, with_locale
Class Method Details
.character ⇒ String
Produces a character from The Thick of It.
18 19 20 |
# File 'lib/faker/tv_shows/the_thick_of_it.rb', line 18 def character fetch('the_thick_of_it.characters') end |
.department ⇒ String
Produces a department from The Thick of It.
31 32 33 |
# File 'lib/faker/tv_shows/the_thick_of_it.rb', line 31 def department fetch('the_thick_of_it.departments') end |
.position ⇒ String
Produces a position from The Thick of It.
45 46 47 |
# File 'lib/faker/tv_shows/the_thick_of_it.rb', line 45 def position fetch('the_thick_of_it.positions') end |