Class: Faker::TvShows::SiliconValley
- Defined in:
- lib/faker/tv_shows/silicon_valley.rb
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.app ⇒ String
Produces an app from Silicon Valley.
-
.character ⇒ String
Produces a character from Silicon Valley.
-
.company ⇒ String
Produces a company from Silicon Valley.
-
.email ⇒ String
Produces an email address from Silicon Valley.
-
.invention ⇒ String
Produces an invention from Silicon Valley.
-
.motto ⇒ String
Produces a motto from Silicon Valley.
-
.quote ⇒ String
Produces a quote from Silicon Valley.
-
.url ⇒ String
Produces a URL from Silicon Valley.
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
.app ⇒ String
Produces an app from Silicon Valley.
58 59 60 |
# File 'lib/faker/tv_shows/silicon_valley.rb', line 58 def app fetch('silicon_valley.apps') end |
.character ⇒ String
Produces a character from Silicon Valley.
18 19 20 |
# File 'lib/faker/tv_shows/silicon_valley.rb', line 18 def character fetch('silicon_valley.characters') end |
.company ⇒ String
Produces a company from Silicon Valley.
31 32 33 |
# File 'lib/faker/tv_shows/silicon_valley.rb', line 31 def company fetch('silicon_valley.companies') end |
.email ⇒ String
Produces an email address from Silicon Valley.
112 113 114 |
# File 'lib/faker/tv_shows/silicon_valley.rb', line 112 def email fetch('silicon_valley.email') end |
.invention ⇒ String
Produces an invention from Silicon Valley.
72 73 74 |
# File 'lib/faker/tv_shows/silicon_valley.rb', line 72 def invention fetch('silicon_valley.inventions') end |
.motto ⇒ String
Produces a motto from Silicon Valley.
86 87 88 |
# File 'lib/faker/tv_shows/silicon_valley.rb', line 86 def motto fetch('silicon_valley.mottos') end |
.quote ⇒ String
Produces a quote from Silicon Valley.
45 46 47 |
# File 'lib/faker/tv_shows/silicon_valley.rb', line 45 def quote fetch('silicon_valley.quotes') end |
.url ⇒ String
Produces a URL from Silicon Valley.
99 100 101 |
# File 'lib/faker/tv_shows/silicon_valley.rb', line 99 def url fetch('silicon_valley.urls') end |