class Quby::Answers::Entities::Respondent

Attributes

type[RW]

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/quby/answers/entities/respondent.rb, line 11
def initialize(attributes = {})
  attributes = attributes.with_indifferent_access
  @type = attributes[:respondent_type]
end