class Thunderstore::Package::Version

Included Modules

Defined in:

thunderstore/version.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def date_created : Time #

@[JSON::Field(converter: Time::Format::ISO_8601_DATE_TIME)]


[View source]
def dependencies : Array(String) #

[View source]
def description : String #

[View source]
def download_url : String #

[View source]
def downloads : Int32 #

[View source]
def file_size : Int32 #

[View source]
def full_name : String #

[View source]
def icon : String #

[View source]
def is_active : Bool #

[View source]
def name : String #

[View source]
def uuid4 : String #

[View source]
def version_number : String #

[View source]
def website_url : String #

[View source]