struct Octokit::Models::TrafficPath

Defined in:

octokit/models/repo_traffic.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, title : String, count : Int32, uniques : Int32) #

def self.new(__temp_3697 : JSON::PullParser) #

Instance Method Detail

def count : Int32 #

def count=(_count : Int32) #

def path : String #

def path=(_path : String) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #

def uniques : Int32 #

def uniques=(_uniques : Int32) #