Method: Fog::Parsers::AWS::IAM::ListGroupsForUser#reset

Defined in:
lib/fog/aws/parsers/iam/list_groups_for_user.rb

#resetObject



8
9
10
11
# File 'lib/fog/aws/parsers/iam/list_groups_for_user.rb', line 8

def reset
  @group_for_user = {}
  @response = { 'GroupsForUser' => [] }
end