Class: Faker::SiliconValley
- Inherits:
-
Object
- Object
- Faker::SiliconValley
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/faker/deprecate/silicon_valley.rb
Class Method Summary collapse
- .app ⇒ Object
- .character ⇒ Object
- .company ⇒ Object
- .email ⇒ Object
- .invention ⇒ Object
- .motto ⇒ Object
- .quote ⇒ Object
- .url ⇒ Object
Class Method Details
.app ⇒ Object
20 21 22 |
# File 'lib/faker/deprecate/silicon_valley.rb', line 20 def app Faker::TvShows::SiliconValley.app end |
.character ⇒ Object
8 9 10 |
# File 'lib/faker/deprecate/silicon_valley.rb', line 8 def character Faker::TvShows::SiliconValley.character end |
.company ⇒ Object
12 13 14 |
# File 'lib/faker/deprecate/silicon_valley.rb', line 12 def company Faker::TvShows::SiliconValley.company end |
.email ⇒ Object
36 37 38 |
# File 'lib/faker/deprecate/silicon_valley.rb', line 36 def email Faker::TvShows::SiliconValley.email end |
.invention ⇒ Object
24 25 26 |
# File 'lib/faker/deprecate/silicon_valley.rb', line 24 def invention Faker::TvShows::SiliconValley.invention end |
.motto ⇒ Object
28 29 30 |
# File 'lib/faker/deprecate/silicon_valley.rb', line 28 def motto Faker::TvShows::SiliconValley.motto end |
.quote ⇒ Object
16 17 18 |
# File 'lib/faker/deprecate/silicon_valley.rb', line 16 def quote Faker::TvShows::SiliconValley.quote end |
.url ⇒ Object
32 33 34 |
# File 'lib/faker/deprecate/silicon_valley.rb', line 32 def url Faker::TvShows::SiliconValley.url end |