Class: Fog::Parsers::AWS::STS::AssumeRoleWithWithWebIdentity
- Inherits:
-
Base
- Object
- Base
- Fog::Parsers::AWS::STS::AssumeRoleWithWithWebIdentity
- Defined in:
- lib/fog/aws/parsers/sts/assume_role_with_web_identity.rb
Instance Method Summary collapse
Instance Method Details
#end_element(name) ⇒ Object
10 11 12 13 14 15 |
# File 'lib/fog/aws/parsers/sts/assume_role_with_web_identity.rb', line 10 def end_element(name) case name when 'AssumedRoleUser', 'Audience', 'Credentials', 'PackedPolicySize', 'Provider', 'SubjectFromWebIdentityToken' @response[name] = @value.strip end end |
#reset ⇒ Object
6 7 8 |
# File 'lib/fog/aws/parsers/sts/assume_role_with_web_identity.rb', line 6 def reset @response = {} end |