struct GistPayload::GistFilePayload
- GistPayload::GistFilePayload
- Struct
- Value
- Object
Overview
Represents a file
NOTE Fields which are required to gist creation
#filename
Included Modules
- JSON::Serializable
Defined in:
githubcr/payloads/gist.crConstructors
Instance Method Summary
- #clone
- #content : String
- #copy_with(content _content = @content, filename _filename = @filename)
- #filename : String | Nil