# File lib/fog/google/parsers/storage/access_control_list.rb, line 14
          def start_element(name, attrs = [])
            super
            case name
            when 'Entries'
              @in_entries = true
            when 'Scope'
              key, value = attrs.first
              @entry['Scope'][key] = value
            end
          end