Class: Chiketto::Question
Instance Attribute Summary collapse
-
#required ⇒ Object
Returns the value of attribute required.
-
#respondent ⇒ Object
Returns the value of attribute respondent.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
build_query_string, endpoint, get, #initialize, open_post, paginated, post, should_paginate, token
Methods included from AttrDSL
Constructor Details
This class inherits a constructor from Chiketto::Resource
Instance Attribute Details
#required ⇒ Object
Returns the value of attribute required.
3 4 5 |
# File 'lib/chiketto/question.rb', line 3 def required @required end |
#respondent ⇒ Object
Returns the value of attribute respondent.
3 4 5 |
# File 'lib/chiketto/question.rb', line 3 def respondent @respondent end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/chiketto/question.rb', line 3 def type @type end |