struct PlaceOS::Model::Survey::Page

Included Modules

Defined in:

placeos-models/survey/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(title : String = "", description : Nil | String = nil, question_order : Array(Int64) = [] of Int64) #

Instance Method Detail

def description : String | Nil #

def description=(description : String | Nil) #

def question_order : Array(Int64) #

def question_order=(question_order : Array(Int64)) #

def title : String #

def title=(title : String) #