struct Octokit::Models::RepoStatus

Defined in:

octokit/models/repo_statuses.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, avatar_id : Union(String, Nil), id : Int32, node_id : String, state : String, description : String, target_url : Union(String, Nil), context : String, created_at : Time, updated_at : Time, creator : Union(User, Nil)) #

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

Instance Method Detail

def avatar_id : Union(String, Nil) #

def avatar_id=(_avatar_id : Union(String, Nil)) #

def context : String #

def context=(_context : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

def creator : Union(User, Nil) #

def creator=(_creator : Union(User, Nil)) #

def description : String #

def description=(_description : String) #

def id : Int32 #

def id=(_id : Int32) #

def node_id : String #

def node_id=(_node_id : String) #

def state : String #

def state=(_state : String) #

def target_url : Union(String, Nil) #

def target_url=(_target_url : Union(String, Nil)) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #