Module: FFaker::AWS
Instance Method Summary
collapse
const_missing, k, luhn_check, underscore, unique
#fetch_sample, #rand, #shuffle
Instance Method Details
#instance_tenancy ⇒ Object
16
17
18
|
# File 'lib/ffaker/aws.rb', line 16
def instance_tenancy
fetch_sample(EC2_RESERVED_INSTANCE_TENANCY)
end
|
#instance_type ⇒ Object
8
9
10
|
# File 'lib/ffaker/aws.rb', line 8
def instance_type
fetch_sample(EC2_INSTANCE_TYPE)
end
|
#offering_type ⇒ Object
12
13
14
|
# File 'lib/ffaker/aws.rb', line 12
def offering_type
fetch_sample(EC2_RESERVED_OFFERING_TYPE)
end
|
#product_description ⇒ Object
20
21
22
|
# File 'lib/ffaker/aws.rb', line 20
def product_description
fetch_sample(EC2_RESERVED_PRODUCT_DESCRIPTION)
end
|