Class: Kanrisuru::Core::IP::IPRule

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/ip/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



33
34
35
# File 'lib/kanrisuru/core/ip/types.rb', line 33

def priority
  @priority
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



33
34
35
# File 'lib/kanrisuru/core/ip/types.rb', line 33

def source
  @source
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



33
34
35
# File 'lib/kanrisuru/core/ip/types.rb', line 33

def table
  @table
end