Class: GitLabBuildOutput::Application::Args

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

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint

Returns:

  • (Object)

    the current value of endpoint



8
9
10
# File 'lib/gitlab_build_output/application.rb', line 8

def endpoint
  @endpoint
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



8
9
10
# File 'lib/gitlab_build_output/application.rb', line 8

def help
  @help
end

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



8
9
10
# File 'lib/gitlab_build_output/application.rb', line 8

def html
  @html
end

#loopObject

Returns the value of attribute loop

Returns:

  • (Object)

    the current value of loop



8
9
10
# File 'lib/gitlab_build_output/application.rb', line 8

def loop
  @loop
end

#private_tokenObject

Returns the value of attribute private_token

Returns:

  • (Object)

    the current value of private_token



8
9
10
# File 'lib/gitlab_build_output/application.rb', line 8

def private_token
  @private_token
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



8
9
10
# File 'lib/gitlab_build_output/application.rb', line 8

def verbose
  @verbose
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/gitlab_build_output/application.rb', line 8

def version
  @version
end