class Rancher::CatalogTemplate

Included Modules

Defined in:

rancher/types/generated/catalog_template.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rancher::Object

client : Client client, client=(client : Client) client=, client? : Client | Nil client?, id : String id, id=(id : String) id=, id? : String | Nil id?, with_client(client : Client) with_client

Constructor Detail

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

[View source]

Instance Method Detail

def binding : Binding #

def binding=(binding : Binding) #

[View source]
def binding? : Binding | Nil #

def description : String #

def description=(description : String) #

[View source]
def description? : String | Nil #

def docker_compose : String #

def docker_compose=(docker_compose : String) #

[View source]
def docker_compose? : String | Nil #

def name : String #

def name=(name : String) #

[View source]
def name? : String | Nil #

def rancher_compose : String #

def rancher_compose=(rancher_compose : String) #

[View source]
def rancher_compose? : String | Nil #

def template_id : String #

def template_id=(template_id : String) #

[View source]
def template_id? : String | Nil #

def template_version_id : String #

def template_version_id=(template_version_id : String) #

[View source]
def template_version_id? : String | Nil #