lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.31.2 vs lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.31.3
- old
+ new
@@ -21,11 +21,10 @@
# Versions
@bulk_exports = nil
@deployed_devices = nil
@hosted_numbers = nil
@marketplace = nil
- @acc_security = nil
@sync = nil
@understand = nil
@wireless = nil
@trusted_comms = nil
end
@@ -53,16 +52,10 @@
def marketplace
@marketplace ||= Marketplace.new self
end
##
- # Version acc_security of preview
- def acc_security
- @acc_security ||= AccSecurity.new self
- end
-
- ##
# Version sync of preview
def sync
@sync ||= Sync.new self
end
@@ -83,18 +76,18 @@
def trusted_comms
@trusted_comms ||= TrustedComms.new self
end
##
- # @param [String] resource_type The resource_type
+ # @param [String] resource_type The type of communication – Messages, Calls
# @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 resource_type
+ # @param [String] resource_type The type of communication – Messages, Calls
# @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
\ No newline at end of file