class GoApiClient::Domain::Pipeline

Attributes

approved_by[RW]

Tags

counter[RW]

Self attributes

id[RW]

Tags

inserted_after_uri[RW]

Tags

label[RW]

Self attributes

name[RW]

Self attributes

parsed_materials[RW]

Parsed object

parsed_stages[RW]

Parsed object

schedule_time[RW]

Tags

self_uri[RW]

Tags

stages[RW]

Tags

Public Class Methods

new(attributes={}) click to toggle source
Calls superclass method GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/pipeline.rb, line 14
def initialize(attributes={})
  super(attributes)
end

Public Instance Methods

authors() click to toggle source
# File lib/go_api_client/domain/pipeline.rb, line 22
def authors
  @authors ||= stages.first.authors
end