Class: LcpRuby::ApiTokens::ResolverRegistry::Resolver

Inherits:
Struct
  • Object
show all
Defined in:
lib/lcp_ruby/api_tokens/resolver_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



4
5
6
# File 'lib/lcp_ruby/api_tokens/resolver_registry.rb', line 4

def matcher
  @matcher
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/lcp_ruby/api_tokens/resolver_registry.rb', line 4

def name
  @name
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



4
5
6
# File 'lib/lcp_ruby/api_tokens/resolver_registry.rb', line 4

def priority
  @priority
end

#resolverObject

Returns the value of attribute resolver

Returns:

  • (Object)

    the current value of resolver



4
5
6
# File 'lib/lcp_ruby/api_tokens/resolver_registry.rb', line 4

def resolver
  @resolver
end