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
29 30 31 |
# File 'lib/origen/specs.rb', line 29 def padding @padding end |
#show ⇒ Object
Returns the value of attribute show
29 30 31 |
# File 'lib/origen/specs.rb', line 29 def show @show end |
#table_text ⇒ Object
Returns the value of attribute table_text
29 30 31 |
# File 'lib/origen/specs.rb', line 29 def table_text @table_text end |