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.



143
144
145
# File 'lib/logstash/inputs/azurewadeventhub.rb', line 143

def initialize(value)
  @value = value
end

Instance Method Details

#getValueObject



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

def getValue
  return @value
end

#toStringObject



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

def toString
  return @value
end