Class: Teek::UI::Screens::Entry
- Inherits:
-
Data
- Object
- Data
- Teek::UI::Screens::Entry
- Defined in:
- lib/teek/ui/screens.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#screen ⇒ Object
readonly
Returns the value of attribute screen.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
34 35 36 |
# File 'lib/teek/ui/screens.rb', line 34 def name @name end |
#screen ⇒ Object (readonly)
Returns the value of attribute screen
34 35 36 |
# File 'lib/teek/ui/screens.rb', line 34 def screen @screen end |