Class: INTHelpers::DeleteRpath
- Inherits:
-
Struct
- Object
- Struct
- INTHelpers::DeleteRpath
- Defined in:
- lib/int_helpers.rb
Instance Attribute Summary collapse
-
#found ⇒ Object
Returns the value of attribute found.
-
#old ⇒ Object
Returns the value of attribute old.
Instance Method Summary collapse
Instance Attribute Details
#found ⇒ Object
Returns the value of attribute found
12 13 14 |
# File 'lib/int_helpers.rb', line 12 def found @found end |
#old ⇒ Object
Returns the value of attribute old
12 13 14 |
# File 'lib/int_helpers.rb', line 12 def old @old end |
Instance Method Details
#found? ⇒ Boolean
13 14 15 |
# File 'lib/int_helpers.rb', line 13 def found? found end |