Class: BlueberryCMS::PageBlocks::Gallery

Inherits:
BlueberryCMS::PageBlock show all
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

Method Summary

Methods inherited from BlueberryCMS::PageBlock

#to_partial_path, types, #used_for_sharing?

Instance Attribute Details

#images_filesObject

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