Class: DbcFaker::Resource

Inherits:
Object
  • Object
show all
Defined in:
lib/faker/resources.rb

Class Method Summary collapse

Class Method Details



14
15
16
# File 'lib/faker/resources.rb', line 14

def self.link
  RESOURCES.sample[1]
end

.resourceObject



6
7
8
# File 'lib/faker/resources.rb', line 6

def self.resource
  RESOURCES.sample
end

.titleObject



10
11
12
# File 'lib/faker/resources.rb', line 10

def self.title
  RESOURCES.sample[0]
end