lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.3.0 vs lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.3.1
- old
+ new
@@ -20,10 +20,11 @@
@bulk_exports = nil
@deployed_devices = nil
@hosted_numbers = nil
@marketplace = nil
@proxy = nil
+ @acc_security = nil
@sync = nil
@wireless = nil
end
##
@@ -52,9 +53,15 @@
##
# Version proxy of preview
def proxy
@proxy ||= Proxy.new self
+ end
+
+ ##
+ # Version acc_security of preview
+ def acc_security
+ @acc_security ||= AccSecurity.new self
end
##
# Version sync of preview
def sync
\ No newline at end of file