Class: SelectorFilter
- Inherits:
-
Object
- Object
- SelectorFilter
- Includes:
- orgorg::apacheorg::apache::qpidorg::apache::qpid::amqp_1_0org::apache::qpid::amqp_1_0::typeorg::apache::qpid::amqp_1_0::type::messagingorg::apache::qpid::amqp_1_0::type::messaging::Filter
- Defined in:
- lib/logstash/inputs/azurewadeventhub.rb
Instance Method Summary collapse
- #getValue ⇒ Object
-
#initialize(value) ⇒ SelectorFilter
constructor
A new instance of SelectorFilter.
- #toString ⇒ Object
Constructor Details
#initialize(value) ⇒ SelectorFilter
Returns a new instance of SelectorFilter.
142 143 144 |
# File 'lib/logstash/inputs/azurewadeventhub.rb', line 142 def initialize(value) @value = value end |
Instance Method Details
#getValue ⇒ Object
146 147 148 |
# File 'lib/logstash/inputs/azurewadeventhub.rb', line 146 def getValue return @value end |
#toString ⇒ Object
150 151 152 |
# File 'lib/logstash/inputs/azurewadeventhub.rb', line 150 def toString return @value end |