Class: Acmesmith::Config::ProfileRule
- Inherits:
-
Data
- Object
- Data
- Acmesmith::Config::ProfileRule
- Defined in:
- lib/acmesmith/config.rb
Instance Attribute Summary collapse
-
#filter ⇒ Object
readonly
Returns the value of attribute filter.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#filter ⇒ Object (readonly)
Returns the value of attribute filter
13 14 15 |
# File 'lib/acmesmith/config.rb', line 13 def filter @filter end |
#name ⇒ Object (readonly)
Returns the value of attribute name
13 14 15 |
# File 'lib/acmesmith/config.rb', line 13 def name @name end |