Class: WTBuildHelpers::JIRA::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/jira.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



14
15
16
# File 'lib/jira.rb', line 14

def build
  @build
end

#commit_rangeObject

Returns the value of attribute commit_range

Returns:

  • (Object)

    the current value of commit_range



14
15
16
# File 'lib/jira.rb', line 14

def commit_range
  @commit_range
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



14
15
16
# File 'lib/jira.rb', line 14

def password
  @password
end

#siteObject

Returns the value of attribute site

Returns:

  • (Object)

    the current value of site



14
15
16
# File 'lib/jira.rb', line 14

def site
  @site
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



14
15
16
# File 'lib/jira.rb', line 14

def username
  @username
end