Hwaro::Services::UnusedAssetsResult
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(unused_files : Array(String) = [] of String, total_assets : Int32 = 0, referenced_count : Int32 = 0, unused_count : Int32 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
referenced_count
Sourcereferenced_count=(referenced_count : Int32)
Sourcetotal_assets
Sourcetotal_assets=(total_assets : Int32)
Sourceunused_count
Sourceunused_count=(unused_count : Int32)
Sourceunused_files
Sourceunused_files=(unused_files : Array(String))
Source