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.



60
61
62
# File 'lib/cb/models/implementations/application/form.rb', line 60

def answers
  @answers
end

#expected_response_formatObject (readonly)

Returns the value of attribute expected_response_format.



60
61
62
# File 'lib/cb/models/implementations/application/form.rb', line 60

def expected_response_format
  @expected_response_format
end

#is_requiredObject (readonly)

Returns the value of attribute is_required.



60
61
62
# File 'lib/cb/models/implementations/application/form.rb', line 60

def is_required
  @is_required
end

#max_charactersObject (readonly)

Returns the value of attribute max_characters.



60
61
62
# File 'lib/cb/models/implementations/application/form.rb', line 60

def max_characters
  @max_characters
end

#min_charactersObject (readonly)

Returns the value of attribute min_characters.



60
61
62
# File 'lib/cb/models/implementations/application/form.rb', line 60

def min_characters
  @min_characters
end

#question_idObject (readonly)

Returns the value of attribute question_id.



60
61
62
# File 'lib/cb/models/implementations/application/form.rb', line 60

def question_id
  @question_id
end

#question_textObject (readonly)

Returns the value of attribute question_text.



60
61
62
# File 'lib/cb/models/implementations/application/form.rb', line 60

def question_text
  @question_text
end

#question_typeObject (readonly)

Returns the value of attribute question_type.



60
61
62
# File 'lib/cb/models/implementations/application/form.rb', line 60

def question_type
  @question_type
end