Class: HDLRuby::High::Std::Board::ASCII
- Inherits:
-
Struct
- Object
- Struct
- HDLRuby::High::Std::Board::ASCII
- Defined in:
- lib/HDLRuby/ui/hruby_board.rb
Overview
Class describing an ascii display.
Instance Attribute Summary collapse
-
#hread ⇒ Object
Returns the value of attribute hread.
-
#id ⇒ Object
Returns the value of attribute id.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#hread ⇒ Object
Returns the value of attribute hread
166 167 168 |
# File 'lib/HDLRuby/ui/hruby_board.rb', line 166 def hread @hread end |
#id ⇒ Object
Returns the value of attribute id
166 167 168 |
# File 'lib/HDLRuby/ui/hruby_board.rb', line 166 def id @id end |
#size ⇒ Object
Returns the value of attribute size
166 167 168 |
# File 'lib/HDLRuby/ui/hruby_board.rb', line 166 def size @size end |