1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Make region available to mock

This commit is contained in:
Edward Muller 2012-09-21 21:13:58 -07:00
parent ae9c353ebe
commit c0d75c23ce

View file

@ -212,6 +212,8 @@ module Fog
@data = nil
end
attr_accessor :region
def initialize(options={})
@use_iam_profile = options[:use_iam_profile]
@aws_credentials_expire_at = Time::now + 20