Class: Interview::ImageGalleryAttribute

Inherits:
Attribute show all
Defined in:
lib/interview/controls/image_gallery_attribute.rb

Instance Attribute Summary collapse

Attributes inherited from Attribute

#caption, #caption_as_placeholder, #link, #method, #nil_value, #style, #tooltip, #value

Attributes included from HasHtmlOptions

#html_class, #html_options

Attributes inherited from Control

#parent

Method Summary

Methods inherited from Attribute

#build, #build_caption

Methods included from HasHtmlOptions

#initialize

Methods inherited from Control

#ancestors, #build, #build_child, #build_with_params, #find_attribute, #find_attribute!, #initialize, #set_attributes, #set_defaults

Instance Attribute Details

#image_styleObject

Returns the value of attribute image_style.



4
5
6
# File 'lib/interview/controls/image_gallery_attribute.rb', line 4

def image_style
  @image_style
end

#light_box_image_styleObject

Returns the value of attribute light_box_image_style.



4
5
6
# File 'lib/interview/controls/image_gallery_attribute.rb', line 4

def light_box_image_style
  @light_box_image_style
end

#objectObject

Returns the value of attribute object.



4
5
6
# File 'lib/interview/controls/image_gallery_attribute.rb', line 4

def object
  @object
end

#submethodObject

Returns the value of attribute submethod.



4
5
6
# File 'lib/interview/controls/image_gallery_attribute.rb', line 4

def submethod
  @submethod
end