Class: BlueberryCMS::PageBlocks::Gallery
- Inherits:
-
BlueberryCMS::PageBlock
- Object
- BlueberryCMS::PageBlock
- BlueberryCMS::PageBlocks::Gallery
- Defined in:
- app/models/blueberry_cms/page_blocks/gallery.rb
Constant Summary collapse
- ORIENTATION =
%w[left right].freeze
Constants inherited from BlueberryCMS::PageBlock
BlueberryCMS::PageBlock::MARGINS
Instance Attribute Summary collapse
-
#images_files ⇒ Object
Returns the value of attribute images_files.
Method Summary
Methods inherited from BlueberryCMS::PageBlock
#to_partial_path, types, #used_for_sharing?
Instance Attribute Details
#images_files ⇒ Object
Returns the value of attribute images_files.
14 15 16 |
# File 'app/models/blueberry_cms/page_blocks/gallery.rb', line 14 def images_files @images_files end |