class Geera::JiraConfig

Defined in:

jira/jira_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(domain : Nil | String, login : Nil | String, token : Nil | String, project_id : Int32 | Nil, project_key : Nil | String) #

[View source]

Instance Method Detail

def domain : String | Nil #

[View source]
def login : String | Nil #

[View source]
def project_id : Int32 | Nil #

[View source]
def project_key : String | Nil #

[View source]
def token : String | Nil #

[View source]