Method: CrelateClient::Question.attribute_map
- Defined in:
- lib/crelate_client/models/question.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
32 33 34 35 36 37 38 39 40 41 |
# File 'lib/crelate_client/models/question.rb', line 32 def self.attribute_map { :'time_limit' => :'time_limit', :'takes' => :'takes', :'think_time' => :'think_time', :'text' => :'text', :'uuid' => :'uuid', :'name' => :'name' } end |