Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
wax
main
Top Level Namespace
Wax
Assets
CacheEntry
CLI
Command
Commands
AI
DeleteFiles
FetchFileContents
FileData
Handler
WriteFiles
File
Config
Generate
Generator
Serve
Config
AI
Context
Generators
App
ShardConfig
Dependency
Target
Commands
Component
Generator
Migration
Add
AddType
Column
Index
Type
Type
Model
Route
Subcommand
Property
Generated using Crystal 1.14.0
2024-12-03 13:12:36 UTC
struct
Wax::
Commands::
AI::
FileData
Wax::Commands::AI::FileData
Struct
Value
Object
Included Modules
JSON::Serializable
Extended Modules
JSON::Schema
Defined in:
commands/ai.cr
Constructors
.new
(path : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#clone
#copy_with
(path _path = @path)
#path
: String
Constructor Detail
def self.
new
(path : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(path _path = @path)
#
[
View source
]
def
path
: String
#