Class: Faker::JapaneseMedia::FullmetalAlchemistBrotherhood

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

Constant Summary

Constants inherited from Base

Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.characterString

Produces a character from FullmetalAlchemistBrotherhood.

Examples:

Faker::JapaneseMedia::FullmetalAlchemistBrotherhood.character #=> "Edward Elric"

Returns:



16
17
18
# File 'lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb', line 16

def character
  fetch('fullmetal_alchemist_brotherhood.characters')
end

.cityString

Produces a cities from FullmetalAlchemistBrotherhood.

Examples:

Faker::JapaneseMedia::FullmetalAlchemistBrotherhood.city #=> "Central City"

Returns:



29
30
31
# File 'lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb', line 29

def city
  fetch('fullmetal_alchemist_brotherhood.cities')
end

.countryString

Produces a country from FullmetalAlchemistBrotherhood.

Examples:

Faker::JapaneseMedia::FullmetalAlchemistBrotherhood.country #=> "Xing"

Returns:



42
43
44
# File 'lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb', line 42

def country
  fetch('fullmetal_alchemist_brotherhood.countries')
end