Class: Faker::Cannabis
- Inherits:
-
Base
- Object
- Base
- Faker::Cannabis
show all
- Defined in:
- lib/faker/cannabis.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
.buzzword ⇒ Object
37
38
39
|
# File 'lib/faker/cannabis.rb', line 37
def self.buzzword
fetch('cannabis.buzzwords')
end
|
.cannabinoid ⇒ Object
13
14
15
|
# File 'lib/faker/cannabis.rb', line 13
def self.cannabinoid
fetch('cannabis.cannabinoids')
end
|
.cannabinoid_abbreviation ⇒ Object
9
10
11
|
# File 'lib/faker/cannabis.rb', line 9
def self.cannabinoid_abbreviation
fetch('cannabis.cannabinoid_abbreviations')
end
|
.category ⇒ Object
29
30
31
|
# File 'lib/faker/cannabis.rb', line 29
def self.category
fetch('cannabis.categories')
end
|
.health_benefit ⇒ Object
25
26
27
|
# File 'lib/faker/cannabis.rb', line 25
def self.health_benefit
fetch('cannabis.health_benefits')
end
|
.medical_use ⇒ Object
21
22
23
|
# File 'lib/faker/cannabis.rb', line 21
def self.medical_use
fetch('cannabis.medical_uses')
end
|
.strain ⇒ Object
5
6
7
|
# File 'lib/faker/cannabis.rb', line 5
def self.strain
fetch('cannabis.strains')
end
|
.terpene ⇒ Object
17
18
19
|
# File 'lib/faker/cannabis.rb', line 17
def self.terpene
fetch('cannabis.terpenes')
end
|
.type ⇒ Object
33
34
35
|
# File 'lib/faker/cannabis.rb', line 33
def self.type
fetch('cannabis.types')
end
|