Sha256: bc71dc0958e1a484dcd5da0fca0bdec6f11c368e4511f3d1f806cef910d1e6fe
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true module Kentaa module Api module Responses class Question < Base include Kentaa::Api::Responses::Resource def question data[:question] end def answer data[:answer] end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kentaa-api-0.1.1 | lib/kentaa/api/responses/question.rb |