Method: Azure::ServiceBus::BrokeredMessage#content_type
- Defined in:
- lib/azure/service_bus/brokered_message.rb
#content_type ⇒ Object
Public: Get/Set the ContentType of the message
Returns a String
25 26 27 |
# File 'lib/azure/service_bus/brokered_message.rb', line 25 def content_type @content_type end |