Method: Azure::ServiceBus::Topic#default_message_time_to_live=

Defined in:
lib/azure/service_bus/topic.rb

#default_message_time_to_live=(val) ⇒ Object



95
96
97
# File 'lib/azure/service_bus/topic.rb', line 95

def default_message_time_to_live=(val)
  _set 'DefaultMessageTimeToLive', val
end