Class: Faker::Cat

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

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, sample, shuffle, translate, unique, with_locale

Class Method Details

.breedObject



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

def breed
  fetch('cat.breed')
end

.nameObject



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

def name
  fetch('cat.name')
end

.registryObject



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

def registry
  fetch('cat.registry')
end