Class: Azure::ServiceBus::EmptyRuleAction
- Inherits:
-
Action
- Object
- RuleAspect
- Action
- Azure::ServiceBus::EmptyRuleAction
- Defined in:
- lib/azure/service_bus/empty_rule_action.rb
Instance Method Summary collapse
-
#initialize(hash = nil) ⇒ EmptyRuleAction
constructor
Public: Initialize the empty rule action.
Methods inherited from RuleAspect
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 |