Sha256: 69e00184b42cc157b45825059ab7adb69d27e382f0776ef20ac6f6a70d6dab02

Contents?: true

Size: 481 Bytes

Versions: 114

Compression:

Stored size: 481 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module IAM

        class CreateGroup < Fog::Parsers::Base

          def reset
            @response = { 'Group' => {} }
          end

          def end_element(name)
            case name
            when 'Arn', 'GroupId', 'GroupName', 'Path'
              @response['Group'][name] = value
            when 'RequestId'
              @response[name] = value
            end
          end

        end

      end
    end
  end
end

Version data entries

114 entries across 114 versions & 19 rubygems

Version Path
tag-fog-1.0.1 lib/fog/aws/parsers/iam/create_group.rb
brightbox-cli-0.14.1 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/iam/create_group.rb
brightbox-cli-0.14.0 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/iam/create_group.rb
fog-1.0.0 lib/fog/aws/parsers/iam/create_group.rb
brightbox-cli-0.13.1 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/iam/create_group.rb
brightbox-cli-0.13.0 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/iam/create_group.rb
fog-0.11.0 lib/fog/aws/parsers/iam/create_group.rb
fog-0.10.0 lib/fog/aws/parsers/iam/create_group.rb
fog4encbs-0.9.0.1 lib/fog/aws/parsers/iam/create_group.rb
fog4encbs-0.9.0 lib/fog/aws/parsers/iam/create_group.rb
fog-0.9.0 lib/fog/aws/parsers/iam/create_group.rb
fog-0.8.2 lib/fog/aws/parsers/iam/create_group.rb
fog-0.8.1 lib/fog/aws/parsers/iam/create_group.rb
fog-0.8.0 lib/fog/aws/parsers/iam/create_group.rb