BlobPayload
Inherits JSON::Serializable < Struct < Value < Object
Represents gist creation payload
NOTE: Fields which are required to gist creation
public
Constructors
new(content : String, encode : String | Nil = "utf-8")
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
clone
Sourcecontent
copy_with(content _content = @content, encode _encode = @encode)
Sourceencode