class Azure::ServiceBus::EmptyRuleAction

Public Class Methods

new(hash=nil) click to toggle source

Public: Initialize the empty rule action.

Attributes

  • hash - The resource options Hash

Calls superclass method
# File lib/azure/service_bus/empty_rule_action.rb, line 25
def initialize(hash=nil)
  super()
end