Class: HDLRuby::High::Std::Board::ASCII

Inherits:
Struct
  • Object
show all
Defined in:
lib/HDLRuby/ui/hruby_board.rb

Overview

Class describing an ascii display.

Instance Attribute Summary collapse

Instance Attribute Details

#hreadObject

Returns the value of attribute hread

Returns:

  • (Object)

    the current value of hread



166
167
168
# File 'lib/HDLRuby/ui/hruby_board.rb', line 166

def hread
  @hread
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



166
167
168
# File 'lib/HDLRuby/ui/hruby_board.rb', line 166

def id
  @id
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



166
167
168
# File 'lib/HDLRuby/ui/hruby_board.rb', line 166

def size
  @size
end