Class: GoApiClient::Domain::Pipeline
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::Pipeline
- Defined in:
- lib/go_api_client/domain/pipeline.rb
Instance Attribute Summary collapse
-
#approved_by ⇒ Object
Tags.
-
#counter ⇒ Object
Self attributes.
-
#id ⇒ Object
Tags.
-
#inserted_after_uri ⇒ Object
Tags.
-
#label ⇒ Object
Self attributes.
-
#name ⇒ Object
Self attributes.
-
#parsed_materials ⇒ Object
Parsed object.
-
#parsed_stages ⇒ Object
Parsed object.
-
#schedule_time ⇒ Object
Tags.
-
#self_uri ⇒ Object
Tags.
-
#stages ⇒ Object
Tags.
Instance Method Summary collapse
- #authors ⇒ Object
-
#initialize(attributes = {}) ⇒ Pipeline
constructor
A new instance of Pipeline.
Constructor Details
#initialize(attributes = {}) ⇒ Pipeline
Returns a new instance of Pipeline.
14 15 16 |
# File 'lib/go_api_client/domain/pipeline.rb', line 14 def initialize(attributes={}) super(attributes) end |
Instance Attribute Details
#approved_by ⇒ Object
Tags
10 11 12 |
# File 'lib/go_api_client/domain/pipeline.rb', line 10 def approved_by @approved_by end |
#counter ⇒ Object
Self attributes
8 9 10 |
# File 'lib/go_api_client/domain/pipeline.rb', line 8 def counter @counter end |
#id ⇒ Object
Tags
10 11 12 |
# File 'lib/go_api_client/domain/pipeline.rb', line 10 def id @id end |
#inserted_after_uri ⇒ Object
Tags
10 11 12 |
# File 'lib/go_api_client/domain/pipeline.rb', line 10 def inserted_after_uri @inserted_after_uri end |
#label ⇒ Object
Self attributes
8 9 10 |
# File 'lib/go_api_client/domain/pipeline.rb', line 8 def label @label end |
#name ⇒ Object
Self attributes
8 9 10 |
# File 'lib/go_api_client/domain/pipeline.rb', line 8 def name @name end |
#parsed_materials ⇒ Object
Parsed object
12 13 14 |
# File 'lib/go_api_client/domain/pipeline.rb', line 12 def parsed_materials @parsed_materials end |
#parsed_stages ⇒ Object
Parsed object
12 13 14 |
# File 'lib/go_api_client/domain/pipeline.rb', line 12 def parsed_stages @parsed_stages end |
#schedule_time ⇒ Object
Tags
10 11 12 |
# File 'lib/go_api_client/domain/pipeline.rb', line 10 def schedule_time @schedule_time end |
#self_uri ⇒ Object
Tags
10 11 12 |
# File 'lib/go_api_client/domain/pipeline.rb', line 10 def self_uri @self_uri end |
#stages ⇒ Object
Tags
10 11 12 |
# File 'lib/go_api_client/domain/pipeline.rb', line 10 def stages @stages end |
Instance Method Details
#authors ⇒ Object
22 23 24 |
# File 'lib/go_api_client/domain/pipeline.rb', line 22 def ||= stages.first. end |