Method: Fog::AWS::STS::Mock#initialize
- Defined in:
- lib/fog/aws/sts.rb
#initialize(options = {}) ⇒ Mock
Returns a new instance of Mock.
35 36 37 |
# File 'lib/fog/aws/sts.rb', line 35 def initialize(={}) @aws_access_key_id = [:aws_access_key_id] end |