Sha256: 3648d7430e6bd077623e700fccd9a1232f2ac543c802e1f23254f904b0364891
Contents?: true
Size: 393 Bytes
Versions: 103
Compression:
Stored size: 393 Bytes
Contents
module Awspec::Generator module Doc module Type class Eip < Base def initialize super @type_name = 'Elastic IP' @type = Awspec::Type::Eip.new('123.0.456.789') @ret = @type.resource_via_client @matchers = ['belong_to_domain'] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
103 entries across 103 versions & 4 rubygems