Class: Sitepress::Extensions::Layouts::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/sitepress/extensions/layouts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#layoutObject

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



5
6
7
# File 'lib/sitepress/extensions/layouts.rb', line 5

def layout
  @layout
end

#processorObject

Returns the value of attribute processor

Returns:

  • (Object)

    the current value of processor



5
6
7
# File 'lib/sitepress/extensions/layouts.rb', line 5

def processor
  @processor
end