struct Octokit::Models::ActivityStar

Defined in:

octokit/models/activity_star.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(starred_at : String, repository : Repository) #

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

Instance Method Detail

def repository : Repository #

def repository=(_repository : Repository) #

def starred_at : String #

def starred_at=(_starred_at : String) #

def to_json(json : JSON::Builder) #