class Docr::Types::ComponentVersion
  
  - Docr::Types::ComponentVersion
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
docr/types/system_version.crConstructors
Instance Method Summary
- 
        #details : Hash(String, String) | Nil
        
          
Key/value pairs of strings with additional information about the component.
 - 
        #details=(details : Hash(String, String) | Nil)
        
          
Key/value pairs of strings with additional information about the component.
 - 
        #name : String
        
          
Name of the component
 - 
        #name=(name : String)
        
          
Name of the component
 - 
        #version : String
        
          
Version of the component
 - 
        #version=(version : String)
        
          
Version of the component
 
Constructor Detail
Instance Method Detail
        
        def details : Hash(String, String) | Nil
        #
      
      
        Key/value pairs of strings with additional information about the component.
        
        def details=(details : Hash(String, String) | Nil)
        #
      
      
        Key/value pairs of strings with additional information about the component.