Class: Faker::Team
Constant Summary
Constants inherited
from Base
Base::Letters, Base::Numbers, Base::ULetters
Class Method Summary
collapse
Methods inherited from Base
bothify, fetch, flexible, letterify, method_missing, numerify, parse, rand_in_range, regexify, translate
Class Method Details
.creature ⇒ Object
10
11
12
|
# File 'lib/faker/team.rb', line 10
def creature
fetch('team.creature')
end
|
.name ⇒ Object
6
7
8
|
# File 'lib/faker/team.rb', line 6
def name
parse('team.name')
end
|
.state ⇒ Object
14
15
16
|
# File 'lib/faker/team.rb', line 14
def state
fetch('address.state')
end
|