Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
owobrowser
master
Top Level Namespace
E621Error
JSONTimeConverter
Pool
Post
PostFile
PostResponse
TmpJSONTime
Generated using Crystal 1.14.0
2024-11-26 10:07:04 UTC
struct
PostFile
PostFile
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
models/post.cr
Constructors
.new
(ext : String, url : String | Nil)
.new
(pull : JSON::PullParser)
Instance Method Summary
#clone
#copy_with
(ext _ext = @ext, url _url = @url)
#ext
: String
#url
: String | Nil
Constructor Detail
def self.
new
(ext : String, url : String | Nil)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(ext _ext = @ext, url _url = @url)
#
[
View source
]
def
ext
: String
#
def
url
: String | Nil
#