Module: Fog::AWS::CredentialFetcher::ConnectionMethods
- Included in:
- AutoScaling::Mock, AutoScaling::Real, Fog::AWS::CDN::Real, Fog::AWS::CloudFormation::Real, Fog::AWS::CloudWatch::Real, Fog::AWS::Compute::Mock, Fog::AWS::Compute::Real, DNS::Mock, DNS::Real, DataPipeline::Mock, DataPipeline::Real, DynamoDB::Real, ECS::Real, EFS::Mock, EFS::Real, ELB::Real, EMR::Real, ElasticBeanstalk::Real, Elasticache::Mock, Elasticache::Real, Federation::Real, Glacier::Real, IAM::Real, KMS::Real, Kinesis::Real, Lambda::Real, RDS::Real, Redshift::Real, SES::Real, SNS::Real, SQS::Real, STS::Real, SimpleDB::Real, Storage::Mock, Storage::Real, Support::Real
- Defined in:
- lib/fog/aws/credential_fetcher.rb
Instance Method Summary collapse
Instance Method Details
#refresh_credentials_if_expired ⇒ Object
134 135 136 |
# File 'lib/fog/aws/credential_fetcher.rb', line 134 def refresh_credentials_if_expired refresh_credentials if credentials_expired? end |