Class: Apadmi::Grout::JiraConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/apadmi/grout/models/jira_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token

Returns:

  • (Object)

    the current value of api_token



5
6
7
# File 'lib/apadmi/grout/models/jira_config.rb', line 5

def api_token
  @api_token
end

#base_urlObject

Returns the value of attribute base_url

Returns:

  • (Object)

    the current value of base_url



5
6
7
# File 'lib/apadmi/grout/models/jira_config.rb', line 5

def base_url
  @base_url
end

#context_pathObject

Returns the value of attribute context_path

Returns:

  • (Object)

    the current value of context_path



5
6
7
# File 'lib/apadmi/grout/models/jira_config.rb', line 5

def context_path
  @context_path
end

#project_keyObject

Returns the value of attribute project_key

Returns:

  • (Object)

    the current value of project_key



5
6
7
# File 'lib/apadmi/grout/models/jira_config.rb', line 5

def project_key
  @project_key
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



5
6
7
# File 'lib/apadmi/grout/models/jira_config.rb', line 5

def username
  @username
end