struct Octokit::Models::APIMeta

Defined in:

octokit/models/misc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(hooks : Array(String), git : Array(String), verifiable_password_authentication : Bool, pages : Array(String), importer : Array(String)) #

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

Instance Method Detail

def git : Array(String) #

def git=(_git : Array(String)) #

def hooks : Array(String) #

def hooks=(_hooks : Array(String)) #

def importer : Array(String) #

def importer=(_importer : Array(String)) #

def pages : Array(String) #

def pages=(_pages : Array(String)) #

def to_json(json : JSON::Builder) #

def verifiable_password_authentication : Bool #

def verifiable_password_authentication=(_verifiable_password_authentication : Bool) #