Class: Fog::Parsers::AWS::IAM::UpdateGroup
- Inherits:
-
Base
- Object
- Base
- Fog::Parsers::AWS::IAM::UpdateGroup
- Defined in:
- lib/fog/aws/parsers/iam/update_group.rb
Instance Method Summary collapse
Instance Method Details
#end_element(name) ⇒ Object
11 12 13 14 15 16 17 18 |
# File 'lib/fog/aws/parsers/iam/update_group.rb', line 11 def end_element(name) case name when 'Arn', 'GroupId', 'GroupName', 'Path' @response['Group'][name] = value when 'RequestId' @response[name] = value end end |
#reset ⇒ Object
7 8 9 |
# File 'lib/fog/aws/parsers/iam/update_group.rb', line 7 def reset @response = { 'Group' => {} } end |