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.



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

def initialize(value)
  @value = value
end

Instance Method Details

#getValueObject



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

def getValue
  return @value
end

#toStringObject



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

def toString
  return @value
end