# File lib/fog/aws/parsers/storage/get_bucket_lifecycle.rb, line 15 def start_element(name, attrs=[]) super case name when 'Expiration' @in_expiration = true when 'Transition' @in_transition = true end end