Class: Kanrisuru::Core::IP::IPRule
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPRule
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#source ⇒ Object
Returns the value of attribute source.
-
#table ⇒ Object
Returns the value of attribute table.
Instance Attribute Details
#priority ⇒ Object
Returns the value of attribute priority
33 34 35 |
# File 'lib/kanrisuru/core/ip/types.rb', line 33 def priority @priority end |
#source ⇒ Object
Returns the value of attribute source
33 34 35 |
# File 'lib/kanrisuru/core/ip/types.rb', line 33 def source @source end |
#table ⇒ Object
Returns the value of attribute table
33 34 35 |
# File 'lib/kanrisuru/core/ip/types.rb', line 33 def table @table end |