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



11
12
13
# File 'lib/stud_finder/fan_in.rb', line 11

def absolute
  @absolute
end

#candidatesObject

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



11
12
13
# File 'lib/stud_finder/fan_in.rb', line 11

def candidates
  @candidates
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/stud_finder/fan_in.rb', line 11

def name
  @name
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



11
12
13
# File 'lib/stud_finder/fan_in.rb', line 11

def namespace
  @namespace
end