Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
webexstats
master
Top Level Namespace
Webexstats
Answer
Question
Vote
Generated using Crystal 1.14.0
2024-11-26 09:41:00 UTC
struct
Webexstats::
Vote
Webexstats::Vote
Struct
Value
Object
Defined in:
webexstats.cr
Constructors
.new
(label : String, results : Array(String))
Instance Method Summary
#clone
#copy_with
(label _label = @label, results _results = @results)
#label
: String
#results
: Array(String)
Constructor Detail
def self.
new
(label : String, results : Array(String))
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(label _label = @label, results _results = @results)
#
[
View source
]
def
label
: String
#
def
results
: Array(String)
#