struct PlaceOS::Model::Survey::Page
- PlaceOS::Model::Survey::Page
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
placeos-models/survey/page.crConstructors
- .new(pull : JSON::PullParser)
- .new(title : String = "", description : Nil | String = nil, question_order : Array(Int64) = [] of Int64)
Instance Method Summary
- #description : String | Nil
- #description=(description : String | Nil)
- #question_order : Array(Int64)
- #question_order=(question_order : Array(Int64))
- #title : String
- #title=(title : String)
Constructor Detail
def self.new(title : String = "", description : Nil | String = nil, question_order : Array(Int64) = [] of Int64)
#