Class: Origen::Specs::SpecTableAttr
- Defined in:
- lib/origen/specs.rb
Instance Attribute Summary collapse
-
#padding ⇒ Object
Returns the value of attribute padding.
-
#show ⇒ Object
Returns the value of attribute show.
-
#table_text ⇒ Object
Returns the value of attribute table_text.
Instance Attribute Details
#padding ⇒ Object
Returns the value of attribute padding
20 21 22 |
# File 'lib/origen/specs.rb', line 20 def padding @padding end |
#show ⇒ Object
Returns the value of attribute show
20 21 22 |
# File 'lib/origen/specs.rb', line 20 def show @show end |
#table_text ⇒ Object
Returns the value of attribute table_text
20 21 22 |
# File 'lib/origen/specs.rb', line 20 def table_text @table_text end |