Sha256: 47a0346af6549c5221350fb7fa60924f9f820f19dae1679bbb022b391899c669
Contents?: true
Size: 345 Bytes
Versions: 6
Compression:
Stored size: 345 Bytes
Contents
module LearnWeb class Client module Event class Submission attr_reader :response attr_accessor :data include LearnWeb::AttributePopulatable include LearnWeb::ResponseParsable def initialize(response) @response = response parse! end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems