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
11 12 13 |
# File 'lib/stud_finder/fan_in.rb', line 11 def absolute @absolute end |
#candidates ⇒ Object
Returns the value of attribute candidates
11 12 13 |
# File 'lib/stud_finder/fan_in.rb', line 11 def candidates @candidates end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/stud_finder/fan_in.rb', line 11 def name @name end |
#namespace ⇒ Object
Returns the value of attribute namespace
11 12 13 |
# File 'lib/stud_finder/fan_in.rb', line 11 def namespace @namespace end |