You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Seahorse::Client::ManagedFile
- Inherits:
-
File
- Object
- File
- Seahorse::Client::ManagedFile
- Defined in:
- aws-sdk-core/lib/seahorse/client/managed_file.rb
Overview
This utility class is used to track files opened by Seahorse. This allows Seahorse to know what files it needs to close.
Instance Method Summary collapse
Instance Method Details
#open? ⇒ Boolean
8 9 10 |
# File 'aws-sdk-core/lib/seahorse/client/managed_file.rb', line 8 def open? !closed? end |