struct Octokit::Models::InteractionsRestriction

Defined in:

octokit/models/interactions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(limit : String, origin : String, expires_at : String) #

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

Instance Method Detail

def expires_at : String #

def expires_at=(_expires_at : String) #

def limit : String #

def limit=(_limit : String) #

def origin : String #

def origin=(_origin : String) #

def to_json(json : JSON::Builder) #