lib/twilio-ruby/rest/notify/v1/service.rb in twilio-ruby-6.0.0.pre.rc.3 vs lib/twilio-ruby/rest/notify/v1/service.rb in twilio-ruby-6.0.0
- old
+ new
@@ -293,16 +293,12 @@
# @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
# @return [BindingList]
@@ -315,13 +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