class Docr::Types::HistoryResponseItem

Included Modules

Defined in:

docr/types/history_response_item.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def comment : String #

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

[View source]
def created : Int64 #

[View source]
def created=(created : Int64) #

[View source]
def created_by : String #

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

[View source]
def id : String #

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

[View source]
def size : Int64 #

[View source]
def size=(size : Int64) #

[View source]
def tags : Array(String) | Nil #

[View source]
def tags=(tags : Array(String) | Nil) #

[View source]