lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.70.0 vs lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.70.1
- old
+ new
@@ -17,27 +17,20 @@
@base_url = 'https://preview.twilio.com'
@host = 'preview.twilio.com'
@port = 443
# Versions
- @bulk_exports = nil
@deployed_devices = nil
@hosted_numbers = nil
@marketplace = nil
@sync = nil
@understand = nil
@wireless = nil
@trusted_comms = nil
end
##
- # Version bulk_exports of preview
- def bulk_exports
- @bulk_exports ||= BulkExports.new self
- end
-
- ##
# Version deployed_devices of preview
def deployed_devices
@deployed_devices ||= DeployedDevices.new self
end
@@ -73,27 +66,9 @@
##
# Version trusted_comms of preview
def trusted_comms
@trusted_comms ||= TrustedComms.new self
- end
-
- ##
- # @param [String] resource_type The type of communication – Messages, Calls,
- # Conferences, and Participants
- # @return [Twilio::REST::Preview::BulkExports::ExportInstance] if resource_type was passed.
- # @return [Twilio::REST::Preview::BulkExports::ExportList]
- def exports(resource_type=:unset)
- self.bulk_exports.exports(resource_type)
- end
-
- ##
- # @param [String] resource_type The type of communication – Messages, Calls,
- # Conferences, and Participants
- # @return [Twilio::REST::Preview::BulkExports::ExportConfigurationInstance] if resource_type was passed.
- # @return [Twilio::REST::Preview::BulkExports::ExportConfigurationList]
- def export_configuration(resource_type=:unset)
- self.bulk_exports.export_configuration(resource_type)
end
##
# @param [String] sid Contains a 34 character string that uniquely identifies this
# Fleet resource.
\ No newline at end of file