Class: CorePro::Models::CustomerAnswer

Inherits:
JsonBase
  • Object
show all
Defined in:
lib/corepro/models/customer_answer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from JsonBase

#from_json!, #is_hash?, #to_hash, #to_json

Instance Attribute Details

#questionAnswerObject

Returns the value of attribute questionAnswer.



6
7
8
# File 'lib/corepro/models/customer_answer.rb', line 6

def questionAnswer
  @questionAnswer
end

#questionTypeObject

Returns the value of attribute questionType.



5
6
7
# File 'lib/corepro/models/customer_answer.rb', line 5

def questionType
  @questionType
end