Method: Fog::AWS::STS::Mock.data

Defined in:
lib/fog/aws/sts.rb

.dataObject



18
19
20
21
22
23
24
25
# File 'lib/fog/aws/sts.rb', line 18

def self.data
  @data ||= Hash.new do |hash, key|
    hash[key] = {
      :owner_id => Fog::AWS::Mock.owner_id,
      :server_certificates => {}
    }
  end
end