Class: StudFinder::RailsInference::Inference
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::RailsInference::Inference
- Defined in:
- lib/stud_finder/rails_inference.rb
Instance Attribute Summary collapse
-
#absolute ⇒ Object
Returns the value of attribute absolute.
-
#name ⇒ Object
Returns the value of attribute name.
-
#node ⇒ Object
Returns the value of attribute node.
Instance Attribute Details
#absolute ⇒ Object
Returns the value of attribute absolute
6 7 8 |
# File 'lib/stud_finder/rails_inference.rb', line 6 def absolute @absolute end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/stud_finder/rails_inference.rb', line 6 def name @name end |
#node ⇒ Object
Returns the value of attribute node
6 7 8 |
# File 'lib/stud_finder/rails_inference.rb', line 6 def node @node end |