Class: StudFinder::FanIn::ReferenceCandidate
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::FanIn::ReferenceCandidate
- Defined in:
- lib/stud_finder/fan_in.rb
Instance Attribute Summary collapse
-
#absolute ⇒ Object
Returns the value of attribute absolute.
-
#candidates ⇒ Object
Returns the value of attribute candidates.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
Instance Attribute Details
#absolute ⇒ Object
Returns the value of attribute absolute
9 10 11 |
# File 'lib/stud_finder/fan_in.rb', line 9 def absolute @absolute end |
#candidates ⇒ Object
Returns the value of attribute candidates
9 10 11 |
# File 'lib/stud_finder/fan_in.rb', line 9 def candidates @candidates end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/stud_finder/fan_in.rb', line 9 def name @name end |
#namespace ⇒ Object
Returns the value of attribute namespace
9 10 11 |
# File 'lib/stud_finder/fan_in.rb', line 9 def namespace @namespace end |