Class: Apadmi::Grout::JiraConfig
- Inherits:
-
Struct
- Object
- Struct
- Apadmi::Grout::JiraConfig
- Defined in:
- lib/apadmi/grout/models/jira_config.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#context_path ⇒ Object
Returns the value of attribute context_path.
-
#project_key ⇒ Object
Returns the value of attribute project_key.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token
5 6 7 |
# File 'lib/apadmi/grout/models/jira_config.rb', line 5 def api_token @api_token end |
#base_url ⇒ Object
Returns the value of attribute base_url
5 6 7 |
# File 'lib/apadmi/grout/models/jira_config.rb', line 5 def base_url @base_url end |
#context_path ⇒ Object
Returns the value of attribute context_path
5 6 7 |
# File 'lib/apadmi/grout/models/jira_config.rb', line 5 def context_path @context_path end |
#project_key ⇒ Object
Returns the value of attribute project_key
5 6 7 |
# File 'lib/apadmi/grout/models/jira_config.rb', line 5 def project_key @project_key end |
#username ⇒ Object
Returns the value of attribute username
5 6 7 |
# File 'lib/apadmi/grout/models/jira_config.rb', line 5 def username @username end |