Class: Fzeet::TabMethods::Item

Inherits:
Object
  • Object
show all
Defined in:
lib/fzeet/windows/comctl/Tab.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tab, i) ⇒ Item

Returns a new instance of Item.



91
# File 'lib/fzeet/windows/comctl/Tab.rb', line 91

def initialize(tab, i) @tab, @index = tab, i end

Instance Attribute Details

#indexObject (readonly)

Returns the value of attribute index.



93
94
95
# File 'lib/fzeet/windows/comctl/Tab.rb', line 93

def index
  @index
end

#tabObject (readonly)

Returns the value of attribute tab.



93
94
95
# File 'lib/fzeet/windows/comctl/Tab.rb', line 93

def tab
  @tab
end