Class: Cb::Models::Application::Question

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

#answersObject (readonly)

Returns the value of attribute answers.



58
59
60
# File 'lib/cb/models/implementations/application/form.rb', line 58

def answers
  @answers
end

#expected_response_formatObject (readonly)

Returns the value of attribute expected_response_format.



58
59
60
# File 'lib/cb/models/implementations/application/form.rb', line 58

def expected_response_format
  @expected_response_format
end

#is_requiredObject (readonly)

Returns the value of attribute is_required.



58
59
60
# File 'lib/cb/models/implementations/application/form.rb', line 58

def is_required
  @is_required
end

#max_charactersObject (readonly)

Returns the value of attribute max_characters.



58
59
60
# File 'lib/cb/models/implementations/application/form.rb', line 58

def max_characters
  @max_characters
end

#min_charactersObject (readonly)

Returns the value of attribute min_characters.



58
59
60
# File 'lib/cb/models/implementations/application/form.rb', line 58

def min_characters
  @min_characters
end

#question_idObject (readonly)

Returns the value of attribute question_id.



58
59
60
# File 'lib/cb/models/implementations/application/form.rb', line 58

def question_id
  @question_id
end

#question_textObject (readonly)

Returns the value of attribute question_text.



58
59
60
# File 'lib/cb/models/implementations/application/form.rb', line 58

def question_text
  @question_text
end

#question_typeObject (readonly)

Returns the value of attribute question_type.



58
59
60
# File 'lib/cb/models/implementations/application/form.rb', line 58

def question_type
  @question_type
end