Method: NgrokAPI::Models::AWSAuth#initialize
- Defined in:
- lib/ngrokapi/models/aws_auth.rb
#initialize(client: nil, attrs: {}) ⇒ AWSAuth
Returns a new instance of AWSAuth.
13 14 15 16 17 18 |
# File 'lib/ngrokapi/models/aws_auth.rb', line 13 def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @role = @attrs['role'] @creds = @attrs['creds'] end |