Class: Hecks::Ports::Agent::Question
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Ports::Agent::Question
- Defined in:
- lib/hecks/ports/agent.rb
Overview
ONE QUESTION. because is the reasoning quoted back so a human
can see it, not decoration — the same "show your work" the
language's own refusal messages already practice.
Instance Attribute Summary collapse
-
#because ⇒ Object
Returns the value of attribute because.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#because ⇒ Object
Returns the value of attribute because
70 71 72 |
# File 'lib/hecks/ports/agent.rb', line 70 def because @because end |
#text ⇒ Object
Returns the value of attribute text
70 71 72 |
# File 'lib/hecks/ports/agent.rb', line 70 def text @text end |