struct Octokit::Models::Attachment

Defined in:

octokit/models/apps.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, title : String, body : String) #

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

Instance Method Detail

def body : String #

def body=(_body : String) #

def id : Int64 #

def id=(_id : Int64) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #