Class: PowerAssert::Parser::Ident
- Inherits:
-
Struct
- Object
- Struct
- PowerAssert::Parser::Ident
- Defined in:
- lib/power_assert/parser.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
3 4 5 |
# File 'lib/power_assert/parser.rb', line 3 def column @column end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/power_assert/parser.rb', line 3 def name @name end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/power_assert/parser.rb', line 3 def type @type end |