Class: GoApiClient::Domain::Job
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::Job
- Defined in:
- lib/go_api_client/domain/job.rb
Instance Attribute Summary collapse
-
#artifacts_uri ⇒ Object
Returns the value of attribute artifacts_uri.
-
#assigned ⇒ Object
Returns the value of attribute assigned.
-
#building ⇒ Object
Returns the value of attribute building.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#completing ⇒ Object
Returns the value of attribute completing.
-
#console_log_url ⇒ Object
Returns the value of attribute console_log_url.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parsed_artifacts ⇒ Object
Returns the value of attribute parsed_artifacts.
-
#preparing ⇒ Object
Returns the value of attribute preparing.
-
#result ⇒ Object
Returns the value of attribute result.
-
#scheduled ⇒ Object
Returns the value of attribute scheduled.
-
#self_uri ⇒ Object
Returns the value of attribute self_uri.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Job
constructor
A new instance of Job.
Constructor Details
#initialize(attributes = {}) ⇒ Job
Returns a new instance of Job.
8 9 10 |
# File 'lib/go_api_client/domain/job.rb', line 8 def initialize(attributes={}) super(attributes) end |
Instance Attribute Details
#artifacts_uri ⇒ Object
Returns the value of attribute artifacts_uri.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def artifacts_uri @artifacts_uri end |
#assigned ⇒ Object
Returns the value of attribute assigned.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def assigned @assigned end |
#building ⇒ Object
Returns the value of attribute building.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def building @building end |
#completed ⇒ Object
Returns the value of attribute completed.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def completed @completed end |
#completing ⇒ Object
Returns the value of attribute completing.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def completing @completing end |
#console_log_url ⇒ Object
Returns the value of attribute console_log_url.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def console_log_url @console_log_url end |
#duration ⇒ Object
Returns the value of attribute duration.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def name @name end |
#parsed_artifacts ⇒ Object
Returns the value of attribute parsed_artifacts.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def parsed_artifacts @parsed_artifacts end |
#preparing ⇒ Object
Returns the value of attribute preparing.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def preparing @preparing end |
#result ⇒ Object
Returns the value of attribute result.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def result @result end |
#scheduled ⇒ Object
Returns the value of attribute scheduled.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def scheduled @scheduled end |
#self_uri ⇒ Object
Returns the value of attribute self_uri.
5 6 7 |
# File 'lib/go_api_client/domain/job.rb', line 5 def self_uri @self_uri end |