struct Kutt::Stats
- Kutt::Stats
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
kutt/stats.crConstructors
- .new(browser : Array(StatEntry), os : Array(StatEntry), country : Array(StatEntry), referrer : Array(StatEntry))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #browser : Array(StatEntry)
- #clone
- #copy_with(browser _browser = @browser, os _os = @os, country _country = @country, referrer _referrer = @referrer)
- #country : Array(StatEntry)
- #os : Array(StatEntry)
- #referrer : Array(StatEntry)
Constructor Detail
def self.new(browser : Array(StatEntry), os : Array(StatEntry), country : Array(StatEntry), referrer : Array(StatEntry))
#
Instance Method Detail
def copy_with(browser _browser = @browser, os _os = @os, country _country = @country, referrer _referrer = @referrer)
#