Method: Fog::Parsers::Storage::Google::AccessControlList#reset
- Defined in:
-
lib/fog/google/parsers/storage/get_bucket_logging.rb,
lib/fog/google/parsers/storage/access_control_list.rb
8 9 10 11 |
# File 'lib/fog/google/parsers/storage/get_bucket_logging.rb', line 8 def reset @grant = { 'Grantee' => {} } @response = { 'BucketLoggingStatus' => {} } end |