struct Octokit::Models::ActivityWatching

Defined in:

octokit/models/activity_watching.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(subscriptions : Bool, ignored : Bool, reason : String, created_at : Time, url : String, repository_url : Union(String, Nil), thread_url : Union(String, Nil)) #

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

Instance Method Detail

def created_at : Time #

def created_at=(_created_at : Time) #

def ignored : Bool #

def ignored=(_ignored : Bool) #

def reason : String #

def reason=(_reason : String) #

def repository_url : Union(String, Nil) #

def repository_url=(_repository_url : Union(String, Nil)) #

def subscriptions : Bool #

def subscriptions=(_subscriptions : Bool) #

def thread_url : Union(String, Nil) #

def thread_url=(_thread_url : Union(String, Nil)) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #