class QuestionproRails::Template
Attributes
id[R]
template_subject[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/questionpro_rails/template.rb, line 6 def initialize (attributes) @id = attributes['templateID'] @template_subject = attributes['templateSubject'] end