struct Octokit::Models::Activity

Defined in:

octokit/models/activity.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(timeline_url : String, user_url : String, current_user_public_url : String, current_user_url : String, current_user_actor_url : String, current_user_organization_url : String, current_user_organization_urls : Array(String)) #

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

Instance Method Detail

def current_user_actor_url : String #

def current_user_actor_url=(_current_user_actor_url : String) #

def current_user_organization_url : String #

def current_user_organization_url=(_current_user_organization_url : String) #

def current_user_organization_urls : Array(String) #

def current_user_organization_urls=(_current_user_organization_urls : Array(String)) #

def current_user_public_url : String #

def current_user_public_url=(_current_user_public_url : String) #

def current_user_url : String #

def current_user_url=(_current_user_url : String) #

def timeline_url : String #

def timeline_url=(_timeline_url : String) #

def to_json(json : JSON::Builder) #

def user_url : String #

def user_url=(_user_url : String) #