Class: LcpRuby::ApiTokens::ResolverRegistry::Resolver
- Inherits:
-
Struct
- Object
- Struct
- LcpRuby::ApiTokens::ResolverRegistry::Resolver
- Defined in:
- lib/lcp_ruby/api_tokens/resolver_registry.rb
Instance Attribute Summary collapse
-
#matcher ⇒ Object
Returns the value of attribute matcher.
-
#name ⇒ Object
Returns the value of attribute name.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#resolver ⇒ Object
Returns the value of attribute resolver.
Instance Attribute Details
#matcher ⇒ Object
Returns the value of attribute matcher
4 5 6 |
# File 'lib/lcp_ruby/api_tokens/resolver_registry.rb', line 4 def matcher @matcher end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/lcp_ruby/api_tokens/resolver_registry.rb', line 4 def name @name end |
#priority ⇒ Object
Returns the value of attribute priority
4 5 6 |
# File 'lib/lcp_ruby/api_tokens/resolver_registry.rb', line 4 def priority @priority end |
#resolver ⇒ Object
Returns the value of attribute resolver
4 5 6 |
# File 'lib/lcp_ruby/api_tokens/resolver_registry.rb', line 4 def resolver @resolver end |