Sha256: 3fa6263b1f5fa4b49f0772a27cbb45151a9834f9d9d0c8b3cddecbe724cd3f30

Contents?: true

Size: 541 Bytes

Versions: 4

Compression:

Stored size: 541 Bytes

Contents

# frozen_string_literal: true

# Code generated for API Clients. DO NOT EDIT.

module NgrokAPI
  module Models
    class AWSAuth
      attr_reader :client,
        :attrs,
        :role,
        :creds

      def initialize(client: nil, attrs: {})
        @client = client
        @attrs = attrs
        @role = @attrs['role']
        @creds = @attrs['creds']
      end

      def ==(other)
        @attrs == other.attrs
      end

      def to_s
        @attrs.to_s
      end

      def to_h
        @attrs.to_h
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ngrok-api-0.24.0 lib/ngrokapi/models/aws_auth.rb
ngrok-api-0.23.0 lib/ngrokapi/models/aws_auth.rb
ngrok-api-0.22.0 lib/ngrokapi/models/aws_auth.rb
ngrok-api-0.21.0 lib/ngrokapi/models/aws_auth.rb