struct Webexstats::Answer

Defined in:

webexstats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(letter : String, label : String, count : Int32, total : Int32, percent : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(letter _letter = @letter, label _label = @label, count _count = @count, total _total = @total, percent _percent = @percent) #

[View source]
def count : Int32 #

def label : String #

def letter : String #

def percent : Int32 #

def total : Int32 #