Class: Interview::ImageGalleryAttribute
- Defined in:
- lib/interview/controls/image_gallery_attribute.rb
Instance Attribute Summary collapse
-
#image_style ⇒ Object
Returns the value of attribute image_style.
-
#light_box_image_style ⇒ Object
Returns the value of attribute light_box_image_style.
-
#object ⇒ Object
Returns the value of attribute object.
-
#submethod ⇒ Object
Returns the value of attribute submethod.
Attributes inherited from Attribute
#caption, #caption_as_placeholder, #link, #method, #nil_value, #style, #tooltip, #value
Attributes included from HasHtmlOptions
Attributes inherited from Control
Method Summary
Methods inherited from Attribute
Methods included from HasHtmlOptions
Methods inherited from Control
#ancestors, #build, #build_child, #build_with_params, #find_attribute, #find_attribute!, #initialize, #set_attributes, #set_defaults
Instance Attribute Details
#image_style ⇒ Object
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_style ⇒ Object
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 |
#object ⇒ Object
Returns the value of attribute object.
4 5 6 |
# File 'lib/interview/controls/image_gallery_attribute.rb', line 4 def object @object end |
#submethod ⇒ Object
Returns the value of attribute submethod.
4 5 6 |
# File 'lib/interview/controls/image_gallery_attribute.rb', line 4 def submethod @submethod end |