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) #

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

[View source]

Instance Method Detail

def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def question_order : Array(Int64) #

[View source]
def question_order=(question_order : Array(Int64)) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]