Class: INTHelpers::Rpath

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



4
5
6
# File 'lib/int_helpers.rb', line 4

def found
  @found
end

#newObject

Returns the value of attribute new

Returns:

  • (Object)

    the current value of new



4
5
6
# File 'lib/int_helpers.rb', line 4

def new
  @new
end

#oldObject

Returns the value of attribute old

Returns:

  • (Object)

    the current value of old



4
5
6
# File 'lib/int_helpers.rb', line 4

def old
  @old
end

Instance Method Details

#found?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/int_helpers.rb', line 5

def found?
	found
end