Class: SelectorFilter

Inherits:
Object
  • Object
show all
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

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

#getValueObject



146
147
148
# File 'lib/logstash/inputs/azurewadeventhub.rb', line 146

def getValue
  return @value
end

#toStringObject



150
151
152
# File 'lib/logstash/inputs/azurewadeventhub.rb', line 150

def toString
  return @value
end