Sha256: 16b47be9bf5e620657ec64eb5073a29a1172688d18fc8b68bc8784055d00d361

Contents?: true

Size: 560 Bytes

Versions: 69

Compression:

Stored size: 560 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module IAM

        class GetGroupPolicy < Fog::Parsers::Base
        # http://docs.amazonwebservices.com/IAM/latest/APIReference/API_GetGroupPolicy.html

          def reset
            @response = {}
          end

          def end_element(name)
            case name
            when 'GroupName', 'PolicyName', 'PolicyDocument'
              @response[name] = @value
            when 'RequestId'
              @response[name] = @value
            end
          end

        end

      end
    end
  end
end

Version data entries

69 entries across 69 versions & 18 rubygems

Version Path
gapinc-fog-1.12.1.2.1 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-maestrodev-1.15.0.20130927082724 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-maestrodev-1.15.0.20130829165835 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-1.15.0 lib/fog/aws/parsers/iam/get_group_policy.rb
gapinc-fog-1.14.0 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-maestrodev-1.14.0.20130806165225 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-1.14.0 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-1.13.0 lib/fog/aws/parsers/iam/get_group_policy.rb
gapinc-fog-1.12.1.2 lib/fog/aws/parsers/iam/get_group_policy.rb
gapinc-fog-1.12.1.1 lib/fog/aws/parsers/iam/get_group_policy.rb
gapinc-fog-1.12.1a lib/fog/aws/parsers/iam/get_group_policy.rb
gapinc-fog-1.12.1 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-1.12.1 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-1.12.0 lib/fog/aws/parsers/iam/get_group_policy.rb
hpfog-0.0.20 lib/fog/aws/parsers/iam/get_group_policy.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/lib/fog/aws/parsers/iam/get_group_policy.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/lib/fog/aws/parsers/iam/get_group_policy.rb
fog-nirvanix-1.8.2 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-1.11.1 lib/fog/aws/parsers/iam/get_group_policy.rb
fog-1.11.0 lib/fog/aws/parsers/iam/get_group_policy.rb