Method: Fog::Parsers::AWS::SNS::ConfirmSubscription#end_element
- Defined in:
- lib/fog/aws/parsers/sns/confirm_subscription.rb
#end_element(name) ⇒ Object
12 13 14 15 16 17 |
# File 'lib/fog/aws/parsers/sns/confirm_subscription.rb', line 12 def end_element(name) case name when 'SubscriptionArn', 'RequestId' @response[name] = @value.strip end end |