struct

Hwaro::Services::UnusedAssetsResult

Inherits JSON::Serializable / Struct / Value / Object

Constructors

new(pull : JSON::PullParser)
Source
new(unused_files : Array(String) = [] of String, total_assets : Int32 = 0, referenced_count : Int32 = 0, unused_count : Int32 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

referenced_count
Source
referenced_count=(referenced_count : Int32)
Source
total_assets
Source
total_assets=(total_assets : Int32)
Source
unused_count
Source
unused_count=(unused_count : Int32)
Source
unused_files
Source
unused_files=(unused_files : Array(String))
Source