Class: INTHelpers::Rpath
- Inherits:
-
Struct
- Object
- Struct
- INTHelpers::Rpath
- Defined in:
- lib/int_helpers.rb
Instance Attribute Summary collapse
-
#found ⇒ Object
Returns the value of attribute found.
-
#new ⇒ Object
Returns the value of attribute new.
-
#old ⇒ Object
Returns the value of attribute old.
Instance Method Summary collapse
Instance Attribute Details
#found ⇒ Object
Returns the value of attribute found
4 5 6 |
# File 'lib/int_helpers.rb', line 4 def found @found end |
#new ⇒ Object
Returns the value of attribute new
4 5 6 |
# File 'lib/int_helpers.rb', line 4 def new @new end |
#old ⇒ Object
Returns the value of attribute old
4 5 6 |
# File 'lib/int_helpers.rb', line 4 def old @old end |
Instance Method Details
#found? ⇒ Boolean
5 6 7 |
# File 'lib/int_helpers.rb', line 5 def found? found end |