Class: Gitlab::Ci::Ansi2html::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/ci/ansi2html.rb

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#appendObject

Returns the value of attribute append

Returns:

  • (Object)

    the current value of append



33
34
35
# File 'lib/gitlab/ci/ansi2html.rb', line 33

def append
  @append
end

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



33
34
35
# File 'lib/gitlab/ci/ansi2html.rb', line 33

def html
  @html
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



33
34
35
# File 'lib/gitlab/ci/ansi2html.rb', line 33

def offset
  @offset
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



33
34
35
# File 'lib/gitlab/ci/ansi2html.rb', line 33

def size
  @size
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



33
34
35
# File 'lib/gitlab/ci/ansi2html.rb', line 33

def state
  @state
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



33
34
35
# File 'lib/gitlab/ci/ansi2html.rb', line 33

def total
  @total
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



33
34
35
# File 'lib/gitlab/ci/ansi2html.rb', line 33

def truncated
  @truncated
end