Sha256: 1f0136c676c4bf970560b78ef7817e8d7755f007a5e72f10642ca7f5972363ed
Contents?: true
Size: 577 Bytes
Versions: 4
Compression:
Stored size: 577 Bytes
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. module NgrokAPI module Models class EndpointIPPolicy attr_reader :client, :attrs, :enabled, :ip_policies def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @enabled = @attrs['enabled'] @ip_policies = @attrs['ip_policies'] 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