class SAML2::Endpoint::Indexed
def eql?(rhs)
def eql?(rhs) location == rhs.location && binding == rhs.binding && super end
def initialize(location = nil, index = nil, is_default = nil, binding = Bindings::HTTP_POST::URN)
-
binding(String) -- -
is_default(true, false, nil) -- -
index(Integer) -- -
location(String) --
def initialize(location = nil, index = nil, is_default = nil, binding = Bindings::HTTP_POST::URN) super(location, binding) @index, @is_default = index, is_default end