Module: Fog::AWS::CredentialFetcher::ConnectionMethods
- Included in:
- AutoScaling::Mock, AutoScaling::Real, Fog::AWS::CloudFormation::Real, Fog::AWS::CloudWatch::Real, DynamoDB::Real, ELB::Real, EMR::Real, ElasticBeanstalk::Real, Elasticache::Mock, Elasticache::Real, Glacier::Real, RDS::Real, SES::Real, SNS::Real, SQS::Real, SimpleDB::Real, CDN::AWS::Real, Compute::AWS::Mock, Compute::AWS::Real, DNS::AWS::Real, Storage::AWS::Real
- Defined in:
- lib/fog/aws/credential_fetcher.rb
Instance Method Summary collapse
Instance Method Details
#refresh_credentials_if_expired ⇒ Object
35 36 37 |
# File 'lib/fog/aws/credential_fetcher.rb', line 35 def refresh_credentials_if_expired refresh_credentials if credentials_expired? end |