Method: Fog::Parsers::AWS::Compute::DescribeImageAttribute#reset

Defined in:
lib/fog/aws/parsers/compute/describe_image_attribute.rb

#resetObject



6
7
8
9
10
11
12
13
14
15
# File 'lib/fog/aws/parsers/compute/describe_image_attribute.rb', line 6

def reset
  @response                             = { }
  @in_description                       = false
  @in_kernelId                          = false
  @in_ramdiskId                         = false
  @in_launchPermission                  = false
  @in_productCodes                      = false
  @in_blockDeviceMapping                = false
  @in_sriovNetSupport                   = false
end