class Rabbit::Element::ImageTitleSlide
Public Class Methods
new(image_path, properties=nil)
click to toggle source
Calls superclass method
# File lib/rabbit/element/image-title-slide.rb, line 7 def initialize(image_path, properties=nil) @image_path = image_path properties ||= {:as_large_as_possible => true} super(Element::Image.new(image_path, properties)) end
Public Instance Methods
theme()
click to toggle source
Calls superclass method
# File lib/rabbit/element/image-title-slide.rb, line 13 def theme super || "image-viewer" end