Class: Grouper::Rule
- Inherits:
-
Struct
- Object
- Struct
- Grouper::Rule
- Defined in:
- lib/grouper.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#ports ⇒ Object
Returns the value of attribute ports.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#sources ⇒ Object
Returns the value of attribute sources.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction
88 89 90 |
# File 'lib/grouper.rb', line 88 def direction @direction end |
#ports ⇒ Object
Returns the value of attribute ports
88 89 90 |
# File 'lib/grouper.rb', line 88 def ports @ports end |
#protocol ⇒ Object
Returns the value of attribute protocol
88 89 90 |
# File 'lib/grouper.rb', line 88 def protocol @protocol end |
#sources ⇒ Object
Returns the value of attribute sources
88 89 90 |
# File 'lib/grouper.rb', line 88 def sources @sources end |