Class: CorePro::Models::CustomerAnswer
- Defined in:
- lib/corepro/models/customer_answer.rb
Instance Attribute Summary collapse
-
#questionAnswer ⇒ Object
Returns the value of attribute questionAnswer.
-
#questionType ⇒ Object
Returns the value of attribute questionType.
Method Summary
Methods inherited from JsonBase
#from_json!, #is_hash?, #to_hash, #to_json
Instance Attribute Details
#questionAnswer ⇒ Object
Returns the value of attribute questionAnswer.
6 7 8 |
# File 'lib/corepro/models/customer_answer.rb', line 6 def questionAnswer @questionAnswer end |
#questionType ⇒ Object
Returns the value of attribute questionType.
5 6 7 |
# File 'lib/corepro/models/customer_answer.rb', line 5 def questionType @questionType end |