Class: Straycall::Policy::Network::Rule
- Inherits:
-
Struct
- Object
- Struct
- Straycall::Policy::Network::Rule
- Defined in:
- lib/straycall/policy/network.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#ports ⇒ Object
Returns the value of attribute ports.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
9 10 11 |
# File 'lib/straycall/policy/network.rb', line 9 def address @address end |
#ports ⇒ Object
Returns the value of attribute ports
9 10 11 |
# File 'lib/straycall/policy/network.rb', line 9 def ports @ports end |