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

Version Path
awspec-0.79.1 lib/awspec/generator/doc/type/eip.rb
awspec-0.79.0 lib/awspec/generator/doc/type/eip.rb
awspec-0.78.1 lib/awspec/generator/doc/type/eip.rb