lib/twilio-ruby/rest/notify/v1/service.rb in twilio-ruby-6.0.0 vs lib/twilio-ruby/rest/notify/v1/service.rb in twilio-ruby-6.0.1
- old
+ new
@@ -293,11 +293,11 @@
# @return [NotificationList]
# @return [NotificationContext]
def notifications
unless @notifications
@notifications = NotificationList.new(
- @version, service_sid: @solution[:sid], )
+ @version, service_sid: @solution[:sid], )
end
@notifications
end
##
# Access the bindings
@@ -311,10 +311,10 @@
return BindingContext.new(@version, @solution[:sid],sid )
end
unless @bindings
@bindings = BindingList.new(
- @version, service_sid: @solution[:sid], )
+ @version, service_sid: @solution[:sid], )
end
@bindings
end