Class: Terminal::Screen::Node
- Inherits:
-
Struct
- Object
- Struct
- Terminal::Screen::Node
- Defined in:
- lib/terminal/screen.rb
Instance Attribute Summary collapse
-
#blob ⇒ Object
Returns the value of attribute blob.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Method Summary collapse
Instance Attribute Details
#blob ⇒ Object
Returns the value of attribute blob
30 31 32 |
# File 'lib/terminal/screen.rb', line 30 def blob @blob end |
#style ⇒ Object
Returns the value of attribute style
30 31 32 |
# File 'lib/terminal/screen.rb', line 30 def style @style end |
Instance Method Details
#==(value) ⇒ Object
31 32 33 |
# File 'lib/terminal/screen.rb', line 31 def ==(value) blob == value end |
#to_s ⇒ Object
35 36 37 |
# File 'lib/terminal/screen.rb', line 35 def to_s blob end |