class MIM::MotionBrowserConfig
Attributes
Public Class Methods
new()
click to toggle source
# File lib/config/motion_browser_config.rb, line 10 def initialize @back_button_text = 'Back' @forward_button_text = 'Forward' end