Class: DbcFaker::Resource
- Inherits:
-
Object
- Object
- DbcFaker::Resource
- Defined in:
- lib/faker/resources.rb
Class Method Summary collapse
Class Method Details
.link ⇒ Object
14 15 16 |
# File 'lib/faker/resources.rb', line 14 def self.link RESOURCES.sample[1] end |
.resource ⇒ Object
6 7 8 |
# File 'lib/faker/resources.rb', line 6 def self.resource RESOURCES.sample end |
.title ⇒ Object
10 11 12 |
# File 'lib/faker/resources.rb', line 10 def self.title RESOURCES.sample[0] end |