Class: Terminal::Screen::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/terminal/screen.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#blobObject

Returns the value of attribute blob

Returns:

  • (Object)

    the current value of blob



30
31
32
# File 'lib/terminal/screen.rb', line 30

def blob
  @blob
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of 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_sObject



35
36
37
# File 'lib/terminal/screen.rb', line 35

def to_s
  blob
end