Method: Fog::Parsers::Storage::AWS::GetBucket#start_element
- Defined in:
- lib/fog/aws/parsers/storage/get_bucket.rb
#start_element(name, attrs = []) ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/fog/aws/parsers/storage/get_bucket.rb', line 13 def start_element(name, attrs = []) super case name when 'CommonPrefixes' @in_common_prefixes = true end end |