Class: Agent::Selector::Case
- Inherits:
-
Struct
- Object
- Struct
- Agent::Selector::Case
- Defined in:
- lib/agent/selector.rb
Instance Attribute Summary collapse
-
#blk ⇒ Object
Returns the value of attribute blk.
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#blk ⇒ Object
Returns the value of attribute blk
19 20 21 |
# File 'lib/agent/selector.rb', line 19 def blk @blk end |
#channel ⇒ Object
Returns the value of attribute channel
19 20 21 |
# File 'lib/agent/selector.rb', line 19 def channel @channel end |
#direction ⇒ Object
Returns the value of attribute direction
19 20 21 |
# File 'lib/agent/selector.rb', line 19 def direction @direction end |
#uuid ⇒ Object
Returns the value of attribute uuid
19 20 21 |
# File 'lib/agent/selector.rb', line 19 def uuid @uuid end |
#value ⇒ Object
Returns the value of attribute value
19 20 21 |
# File 'lib/agent/selector.rb', line 19 def value @value end |