struct Information

Defined in:

devclose_checker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(dev_close : String, repo_url : String, response : String, status_code : Int32, config_file_path : String) #

[View source]

Instance Method Detail

def config_file_path : String #

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

[View source]
def dev_close : String #

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

[View source]
def repo_url : String #

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

[View source]
def response : String #

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

[View source]
def status_code : Int32 #

[View source]
def status_code=(status_code : Int32) #

[View source]
def to_json(json : JSON::Builder) #

[View source]