Class: Azure::ServiceBus::EmptyRuleAction

Inherits:
Action show all
Defined in:
lib/azure/service_bus/empty_rule_action.rb

Instance Method Summary collapse

Methods inherited from RuleAspect

from_hash, #to_hash

Constructor Details

#initialize(hash = nil) ⇒ EmptyRuleAction

Public: Initialize the empty rule action.

Attributes

  • hash - The resource options Hash



25
26
27
# File 'lib/azure/service_bus/empty_rule_action.rb', line 25

def initialize(hash=nil)
  super()
end