Class: Ace::Support::Config::Atoms::PathRuleMatcher::MatchResult
- Inherits:
-
Struct
- Object
- Struct
- Ace::Support::Config::Atoms::PathRuleMatcher::MatchResult
- Defined in:
- lib/ace/support/config/atoms/path_rule_matcher.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
9 10 11 |
# File 'lib/ace/support/config/atoms/path_rule_matcher.rb', line 9 def config @config end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/ace/support/config/atoms/path_rule_matcher.rb', line 9 def name @name end |