Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 454 Bytes

Question.md

File metadata and controls

22 lines (16 loc) · 454 Bytes

Synctera::Question

Properties

Name Type Description Notes
answer String The answer
question String The question
section String The section of the question [optional]

Example

require 'synctera'

instance = Synctera::Question.new(
  answer: Since 2010,
  question: Since when do you work in this position?,
  section: reason
)