Sha256: fe8476214b653c43db95b1861dc0dbbc6a98f387e838b140d45cf03976970ff8
Contents?: true
Size: 359 Bytes
Versions: 1
Compression:
Stored size: 359 Bytes
Contents
module RingCentralSdk::REST class Extension attr_reader :extension_id attr_reader :presence attr_accessor :client def initialize(extension_id, opts={}) @extension_id = extension_id @client = opts.has_key?(:client) ? opts[:client] : nil @presence = RingCentralSdk::REST::ExtensionPresence.new(extension_id, opts) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ringcentral_sdk-1.0.0 | lib/ringcentral_sdk/rest/extension.rb |