Class: PowerAssert::Context::Ident
- Inherits:
-
Struct
- Object
- Struct
- PowerAssert::Context::Ident
- Defined in:
- lib/power_assert.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
80 81 82 |
# File 'lib/power_assert.rb', line 80 def column @column end |
#name ⇒ Object
Returns the value of attribute name
80 81 82 |
# File 'lib/power_assert.rb', line 80 def name @name end |
#type ⇒ Object
Returns the value of attribute type
80 81 82 |
# File 'lib/power_assert.rb', line 80 def type @type end |