Class: Cb::Models::Application::Answer

Inherits:
Cb::Models::ApiResponseModel show all
Defined in:
lib/cb/models/implementations/application/form.rb

Instance Attribute Summary collapse

Attributes inherited from Cb::Models::ApiResponseModel

#api_response

Method Summary

Methods inherited from Cb::Models::ApiResponseModel

#initialize

Constructor Details

This class inherits a constructor from Cb::Models::ApiResponseModel

Instance Attribute Details

#answer_idObject (readonly)

Returns the value of attribute answer_id.



99
100
101
# File 'lib/cb/models/implementations/application/form.rb', line 99

def answer_id
  @answer_id
end

#answer_textObject (readonly)

Returns the value of attribute answer_text.



99
100
101
# File 'lib/cb/models/implementations/application/form.rb', line 99

def answer_text
  @answer_text
end

#question_idObject (readonly)

Returns the value of attribute question_id.



99
100
101
# File 'lib/cb/models/implementations/application/form.rb', line 99

def question_id
  @question_id
end