struct Octokit::Models::Source

Defined in:

octokit/models/issue_timeline.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, url : String, actor : User, type : String, issue : Issue) #

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

Instance Method Detail

def actor : User #

def actor=(_actor : User) #

def id : Int64 #

def id=(_id : Int64) #

def issue : Issue #

def issue=(_issue : Issue) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def url : String #

def url=(_url : String) #