Class: Firebrigade::API::Build

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

Overview

A Build contains information on a test run.

Instance Attribute Summary collapse

Instance Attribute Details

#created_onObject

Returns the value of attribute created_on

Returns:

  • (Object)

    the current value of created_on



52
53
54
# File 'lib/firebrigade/api.rb', line 52

def created_on
  @created_on
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



52
53
54
# File 'lib/firebrigade/api.rb', line 52

def duration
  @duration
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



52
53
54
# File 'lib/firebrigade/api.rb', line 52

def id
  @id
end

#successfulObject

Returns the value of attribute successful

Returns:

  • (Object)

    the current value of successful



52
53
54
# File 'lib/firebrigade/api.rb', line 52

def successful
  @successful
end

#target_idObject

Returns the value of attribute target_id

Returns:

  • (Object)

    the current value of target_id



52
53
54
# File 'lib/firebrigade/api.rb', line 52

def target_id
  @target_id
end

#version_idObject

Returns the value of attribute version_id

Returns:

  • (Object)

    the current value of version_id



52
53
54
# File 'lib/firebrigade/api.rb', line 52

def version_id
  @version_id
end