Sha256: 1a6ab69f8bb5d2778be8fdc1e309bcc34938763c582dfcbd2adf3b5618b47ec3
Contents?: true
Size: 286 Bytes
Versions: 8
Compression:
Stored size: 286 Bytes
Contents
# encoding: UTF-8 module Rivet BASE_AWS_ATTRIBUTES = [ :iam_instance_profile, :block_device_mappings, :image_id, :key_name, :security_groups, :instance_type, :kernel_id, :ramdisk_id, :associate_public_ip_address ].each { |a| attr_reader a } end
Version data entries
8 entries across 8 versions & 1 rubygems