class Coppertone::Mechanism::IP6

Implements the ip6 mechanism.

Public Class Methods

label() click to toggle source
# File lib/coppertone/mechanism/ip6.rb, line 11
def self.label
  'ip6'
end

Public Instance Methods

ip_for_match(macro_context) click to toggle source
# File lib/coppertone/mechanism/ip6.rb, line 7
def ip_for_match(macro_context)
  macro_context.ip_v6
end