Class: INTHelpers::DeleteRpath

Inherits:
Struct
  • Object
show all
Defined in:
lib/int_helpers.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#foundObject

Returns the value of attribute found

Returns:

  • (Object)

    the current value of found



12
13
14
# File 'lib/int_helpers.rb', line 12

def found
  @found
end

#oldObject

Returns the value of attribute old

Returns:

  • (Object)

    the current value of old



12
13
14
# File 'lib/int_helpers.rb', line 12

def old
  @old
end

Instance Method Details

#found?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/int_helpers.rb', line 13

def found?
	found
end