Class: Hecks::Ports::Agent::Suggestion
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Ports::Agent::Suggestion
- Defined in:
- lib/hecks/ports/agent.rb
Overview
ONE SUGGESTED NAME. rejected carries the near-misses and why
they were passed over — free at the point the model is choosing
anyway, and the part a human actually learns from.
Instance Attribute Summary collapse
-
#because ⇒ Object
Returns the value of attribute because.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rejected ⇒ Object
Returns the value of attribute rejected.
Instance Attribute Details
#because ⇒ Object
Returns the value of attribute because
104 105 106 |
# File 'lib/hecks/ports/agent.rb', line 104 def because @because end |
#name ⇒ Object
Returns the value of attribute name
104 105 106 |
# File 'lib/hecks/ports/agent.rb', line 104 def name @name end |
#rejected ⇒ Object
Returns the value of attribute rejected
104 105 106 |
# File 'lib/hecks/ports/agent.rb', line 104 def rejected @rejected end |