Class: Origen::Tester::Doc::Generator::Tests::IndexedString
Instance Attribute Summary (collapse)
-
- (Object) index
Returns the value of attribute index.
Instance Method Summary (collapse)
Methods inherited from String
#camel_case, #escape_underscores, #is_numeric?, #pad_leading_zeros, #squeeze_lines, #symbolize, #titleize, #to_bool, #to_dec, #to_lines, #to_numeric, #to_snakecase, #to_snakecase!
Instance Attribute Details
- (Object) index
Returns the value of attribute index
13 14 15 |
# File 'lib/origen/tester/doc/generator/tests.rb', line 13 def index @index end |
Instance Method Details
- (Object) name
15 16 17 |
# File 'lib/origen/tester/doc/generator/tests.rb', line 15 def name self end |