Class: StudFinder::FanIn::ReferenceCandidate

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

Instance Attribute Summary collapse

Instance Attribute Details

#absoluteObject

Returns the value of attribute absolute

Returns:

  • (Object)

    the current value of absolute



9
10
11
# File 'lib/stud_finder/fan_in.rb', line 9

def absolute
  @absolute
end

#candidatesObject

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



9
10
11
# File 'lib/stud_finder/fan_in.rb', line 9

def candidates
  @candidates
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/stud_finder/fan_in.rb', line 9

def name
  @name
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



9
10
11
# File 'lib/stud_finder/fan_in.rb', line 9

def namespace
  @namespace
end