Class: Faker::JapaneseMedia::FmaBrotherhood

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 FmaBrotherhood.

Examples:

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

Returns:

  • (String)

Available since:

  • next



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

def character
  fetch('fma_brotherhood.characters')
end

.cityString

Produces a cities from FmaBrotherhood.

Examples:

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

Returns:

  • (String)

Available since:

  • next



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

def city
  fetch('fma_brotherhood.cities')
end

.countryString

Produces a country from FmaBrotherhood.

Examples:

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

Returns:

  • (String)

Available since:

  • next



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

def country
  fetch('fma_brotherhood.countries')
end