Class: Pageflow::BackgroundImageHelper::Div
- Inherits:
-
Object
- Object
- Pageflow::BackgroundImageHelper::Div
- Defined in:
- app/helpers/pageflow/background_image_helper.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#configuration ⇒ Object
readonly
Returns the value of attribute configuration.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#property_base_name ⇒ Object
readonly
Returns the value of attribute property_base_name.
Instance Method Summary collapse
-
#initialize(entry, template, configuration, property_base_name, options) ⇒ Div
constructor
A new instance of Div.
- #render ⇒ Object
Constructor Details
#initialize(entry, template, configuration, property_base_name, options) ⇒ Div
Returns a new instance of Div.
32 33 34 35 36 37 38 |
# File 'app/helpers/pageflow/background_image_helper.rb', line 32 def initialize(entry, template, configuration, property_base_name, ) @entry = entry @template = template @configuration = configuration @property_base_name = property_base_name @options = end |
Instance Attribute Details
#configuration ⇒ Object (readonly)
Returns the value of attribute configuration.
28 29 30 |
# File 'app/helpers/pageflow/background_image_helper.rb', line 28 def configuration @configuration end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
28 29 30 |
# File 'app/helpers/pageflow/background_image_helper.rb', line 28 def @options end |
#property_base_name ⇒ Object (readonly)
Returns the value of attribute property_base_name.
28 29 30 |
# File 'app/helpers/pageflow/background_image_helper.rb', line 28 def property_base_name @property_base_name end |
Instance Method Details
#render ⇒ Object
40 41 42 |
# File 'app/helpers/pageflow/background_image_helper.rb', line 40 def render content_tag(:div, '', class: css_class, style: inline_style, data: data_attributes) end |