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.
143 144 145 |
# File 'lib/logstash/inputs/azurewadeventhub.rb', line 143 def initialize(value) @value = value end |
Instance Method Details
#getValue ⇒ Object
147 148 149 |
# File 'lib/logstash/inputs/azurewadeventhub.rb', line 147 def getValue return @value end |
#toString ⇒ Object
151 152 153 |
# File 'lib/logstash/inputs/azurewadeventhub.rb', line 151 def toString return @value end |