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
5 6 7 |
# File 'lib/power_assert/parser.rb', line 5 def column @column end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/power_assert/parser.rb', line 5 def name @name end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/power_assert/parser.rb', line 5 def type @type end |