Class: RIESS::ActiveConsole::IEWindow
- Inherits:
-
Struct
- Object
- Struct
- RIESS::ActiveConsole::IEWindow
- Defined in:
- lib/riess.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
Returns the value of attribute title.
-
#win_object ⇒ Object
Returns the value of attribute win_object.
Instance Attribute Details
#title ⇒ Object
Returns the value of attribute title
78 79 80 |
# File 'lib/riess.rb', line 78 def title @title end |
#win_object ⇒ Object
Returns the value of attribute win_object
78 79 80 |
# File 'lib/riess.rb', line 78 def win_object @win_object end |