Method: Fog::Parsers::AWS::CloudFormation::DescribeStackResources#reset
- Defined in:
- lib/fog/aws/parsers/cloud_formation/describe_stack_resources.rb
#reset ⇒ Object
8 9 10 11 |
# File 'lib/fog/aws/parsers/cloud_formation/describe_stack_resources.rb', line 8 def reset @resource = {} @response = { 'StackResources' => [] } end |