Class: Agent::Selector::Case

Inherits:
Struct
  • Object
show all
Defined in:
lib/agent/selector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blkObject

Returns the value of attribute blk

Returns:

  • (Object)

    the current value of blk



19
20
21
# File 'lib/agent/selector.rb', line 19

def blk
  @blk
end

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



19
20
21
# File 'lib/agent/selector.rb', line 19

def channel
  @channel
end

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



19
20
21
# File 'lib/agent/selector.rb', line 19

def direction
  @direction
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



19
20
21
# File 'lib/agent/selector.rb', line 19

def uuid
  @uuid
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



19
20
21
# File 'lib/agent/selector.rb', line 19

def value
  @value
end