class Rancher::Databasechangelog

Included Modules

Defined in:

rancher/types/generated/databasechangelog.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 author : String #

def author=(author : String) #

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

def comments : String #

def comments=(comments : String) #

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

def dateexecuted : Time #

def dateexecuted=(dateexecuted : Time) #

[View source]
def dateexecuted? : Time | Nil #

def description : String #

def description=(description : String) #

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

def exectype : String #

def exectype=(exectype : String) #

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

def filename : String #

def filename=(filename : String) #

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

def liquibase : String #

def liquibase=(liquibase : String) #

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

def md5sum : String #

def md5sum=(md5sum : String) #

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

def orderexecuted : Int32 #

def orderexecuted=(orderexecuted : Int32) #

[View source]
def orderexecuted? : Int32 | Nil #

def tag : String #

def tag=(tag : String) #

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