Class: PowerAssert::Context::Value
- Inherits:
-
Struct
- Object
- Struct
- PowerAssert::Context::Value
- Defined in:
- lib/power_assert/context.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#display_offset ⇒ Object
Returns the value of attribute display_offset.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
8 9 10 |
# File 'lib/power_assert/context.rb', line 8 def column @column end |
#display_offset ⇒ Object
Returns the value of attribute display_offset
8 9 10 |
# File 'lib/power_assert/context.rb', line 8 def display_offset @display_offset end |
#lineno ⇒ Object
Returns the value of attribute lineno
8 9 10 |
# File 'lib/power_assert/context.rb', line 8 def lineno @lineno end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/power_assert/context.rb', line 8 def name @name end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/power_assert/context.rb', line 8 def value @value end |