Class: PollEverywhere::Models::FreeTextPoll

Inherits:
Poll
  • Object
show all
Defined in:
lib/polleverywhere/models.rb

Instance Attribute Summary

Attributes inherited from Poll

#http

Instance Method Summary collapse

Methods inherited from Poll

all, #archive, #clear, #destroy, #fetch, get, #initialize, #path, #persisted?, #possible_states, #results, #save, #start, #stop

Methods included from Serializable

included

Constructor Details

This class inherits a constructor from PollEverywhere::Models::Poll

Instance Method Details

#results=(results) ⇒ Object



235
236
237
# File 'lib/polleverywhere/models.rb', line 235

def results=(results)
  # no op
end