Class TabsHelper::Tab
In: app/helpers/tabs_helper.rb
Parent: Object

Methods

new  

Attributes

html_options  [R] 
name  [R] 
options  [R] 

Public Class methods

[Source]

     # File app/helpers/tabs_helper.rb, line 98
 98:     def initialize(name, options, html_options)
 99:       @name = name
100:       @options = options
101:       @html_options = html_options
102:     end

[Validate]