# File lib/fog/aws/parsers/iam/list_mfa_devices.rb, line 6 def reset @mfa_device = {} @response = { 'MFADevices' => [] } end