Method: Azure::ServiceBus::BrokeredMessage#time_to_live
- Defined in:
- lib/azure/service_bus/brokered_message.rb
#time_to_live ⇒ Object
Public: Get/Set the TimeToLive for the message
Returns an Integer
81 82 83 |
# File 'lib/azure/service_bus/brokered_message.rb', line 81 def time_to_live @time_to_live end |