Sha256: 7847c976e73e87be8aa1a2dd3e5f247c80458bfe8d9879d7c6dbd5bfc98544d0
Contents?: true
Size: 281 Bytes
Versions: 2
Compression:
Stored size: 281 Bytes
Contents
module Restcomm module REST class Domains < ListResource; end class Domain < InstanceResource def initialize(path, client, params={}) super resource :ip_access_control_list_mappings, :credential_list_mappings end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
restcomm-ruby-1.2.1 | lib/restcomm-ruby/rest/sip/domains.rb |
restcomm-ruby-1.2.0 | lib/restcomm-ruby/rest/sip/domains.rb |