Class: Faker::Currency

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/currency.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, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.codeObject



8
9
10
# File 'lib/faker/currency.rb', line 8

def code
  fetch('currency.code')
end

.nameObject



4
5
6
# File 'lib/faker/currency.rb', line 4

def name
  fetch('currency.name')
end

.symbolObject



12
13
14
# File 'lib/faker/currency.rb', line 12

def symbol
  fetch('currency.symbol')
end