Sha256: 5ac45c483bb97df8de2326dee2ef73388bcbd28041ce1942a3ffa864a63a9496

Contents?: true

Size: 363 Bytes

Versions: 1

Compression:

Stored size: 363 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class IamUser < Base
        def initialize
          super
          @type_name = 'IamUser'
          @type = Awspec::Type::IamUser.new('my-iam-user')
          @ret = @type.user
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
awspec-0.8.0 lib/awspec/generator/doc/type/iam_user.rb