Class: Ci::RegisterJobService::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/ci/register_job_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



13
14
15
# File 'app/services/ci/register_job_service.rb', line 13

def build
  @build
end

#build_jsonObject

Returns the value of attribute build_json

Returns:

  • (Object)

    the current value of build_json



13
14
15
# File 'app/services/ci/register_job_service.rb', line 13

def build_json
  @build_json
end

#build_presentedObject

Returns the value of attribute build_presented

Returns:

  • (Object)

    the current value of build_presented



13
14
15
# File 'app/services/ci/register_job_service.rb', line 13

def build_presented
  @build_presented
end

#valid?Object

Returns the value of attribute valid?

Returns:

  • (Object)

    the current value of valid?



13
14
15
# File 'app/services/ci/register_job_service.rb', line 13

def valid?
  @valid?
end