module FFaker::CompanyCN
Constants
- SUFFIXES
- TYPES
Public Instance Methods
name()
click to toggle source
# File lib/ffaker/company_cn.rb, line 11 def name "#{NameCN.first_name}#{type}#{suffix}" end
suffix()
click to toggle source
# File lib/ffaker/company_cn.rb, line 19 def suffix fetch_sample(SUFFIXES) end
type()
click to toggle source
# File lib/ffaker/company_cn.rb, line 15 def type fetch_sample(TYPES) end