Class: Sitepress::Extensions::Layouts::Rule
- Inherits:
-
Struct
- Object
- Struct
- Sitepress::Extensions::Layouts::Rule
- Defined in:
- lib/sitepress/extensions/layouts.rb
Instance Attribute Summary collapse
-
#layout ⇒ Object
Returns the value of attribute layout.
-
#processor ⇒ Object
Returns the value of attribute processor.
Instance Attribute Details
#layout ⇒ Object
Returns the value of attribute layout
5 6 7 |
# File 'lib/sitepress/extensions/layouts.rb', line 5 def layout @layout end |
#processor ⇒ Object
Returns the value of attribute processor
5 6 7 |
# File 'lib/sitepress/extensions/layouts.rb', line 5 def processor @processor end |