Module: FFaker::AWS

Extended by:
AWS, ModuleUtils
Included in:
AWS
Defined in:
lib/ffaker/aws.rb

Instance Method Summary collapse

Methods included from ModuleUtils

const_missing, k, luhn_check, underscore, unique

Methods included from RandomUtils

#fetch_sample, #rand, #shuffle

Instance Method Details

#instance_tenancyObject



16
17
18
# File 'lib/ffaker/aws.rb', line 16

def instance_tenancy
  fetch_sample(EC2_RESERVED_INSTANCE_TENANCY)
end

#instance_typeObject



8
9
10
# File 'lib/ffaker/aws.rb', line 8

def instance_type
  fetch_sample(EC2_INSTANCE_TYPE)
end

#offering_typeObject



12
13
14
# File 'lib/ffaker/aws.rb', line 12

def offering_type
  fetch_sample(EC2_RESERVED_OFFERING_TYPE)
end

#product_descriptionObject



20
21
22
# File 'lib/ffaker/aws.rb', line 20

def product_description
  fetch_sample(EC2_RESERVED_PRODUCT_DESCRIPTION)
end