class Docr::Types::ComponentVersion

Included Modules

Defined in:

docr/types/system_version.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def details : Hash(String, String) | Nil #

[View source]
def details=(details : Hash(String, String) | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def version : String #

[View source]
def version=(version : String) #

[View source]