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

Merge pull request #1165 from freeformz/region_in_mock

Make region available to mock
This commit is contained in:
Edward Muller 2012-10-04 06:45:10 -07:00
commit 8081ca6ddc

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