struct Octokit::Models::ListMembershipOptions

Defined in:

octokit/models/org_members.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(public_only : Bool, filter : String, role : String) #

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

Instance Method Detail

def filter : String #

def filter=(_filter : String) #

def public_only : Bool #

def public_only=(_public_only : Bool) #

def role : String #

def role=(_role : String) #

def to_json(json : JSON::Builder) #