struct Information
- Information
- Struct
- Value
- Object
Defined in:
devclose_checker.crConstructors
Instance Method Summary
- #config_file_path : String
- #config_file_path=(config_file_path : String)
- #dev_close : String
- #dev_close=(dev_close : String)
- #repo_url : String
- #repo_url=(repo_url : String)
- #response : String
- #response=(response : String)
- #status_code : Int32
- #status_code=(status_code : Int32)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(dev_close : String, repo_url : String, response : String, status_code : Int32, config_file_path : String)
#