Class: Rubino::Interaction::Probe::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubino/interaction/probe.rb

Instance Attribute Summary collapse

Instance Attribute Details

#answerObject

Returns the value of attribute answer

Returns:

  • (Object)

    the current value of answer



23
24
25
# File 'lib/rubino/interaction/probe.rb', line 23

def answer
  @answer
end

#questionObject

Returns the value of attribute question

Returns:

  • (Object)

    the current value of question



23
24
25
# File 'lib/rubino/interaction/probe.rb', line 23

def question
  @question
end