Class: WTBuildHelpers::TeamCity::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#build_type_idObject

Returns the value of attribute build_type_id

Returns:

  • (Object)

    the current value of build_type_id



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

def build_type_id
  @build_type_id
end

#exportObject

Returns the value of attribute export

Returns:

  • (Object)

    the current value of export



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

def export
  @export
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



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

def password
  @password
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



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

def username
  @username
end