Class: GoApiClient::Domain::Project
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::Project
- Defined in:
- lib/go_api_client/domain/project.rb
Instance Attribute Summary collapse
-
#activity ⇒ Object
Returns the value of attribute activity.
-
#last_build_label ⇒ Object
Returns the value of attribute last_build_label.
-
#last_build_status ⇒ Object
Returns the value of attribute last_build_status.
-
#last_build_time ⇒ Object
Returns the value of attribute last_build_time.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parsed_job_name ⇒ Object
Returns the value of attribute parsed_job_name.
-
#parsed_messages ⇒ Object
Returns the value of attribute parsed_messages.
-
#parsed_pipeline_name ⇒ Object
Returns the value of attribute parsed_pipeline_name.
-
#parsed_stage ⇒ Object
Returns the value of attribute parsed_stage.
-
#parsed_stage_name ⇒ Object
Returns the value of attribute parsed_stage_name.
-
#web_uri ⇒ Object
Returns the value of attribute web_uri.
Instance Method Summary collapse
-
#initialize(attributes) ⇒ Project
constructor
A new instance of Project.
Constructor Details
#initialize(attributes) ⇒ Project
Returns a new instance of Project.
8 9 10 |
# File 'lib/go_api_client/domain/project.rb', line 8 def initialize(attributes) super(attributes) end |
Instance Attribute Details
#activity ⇒ Object
Returns the value of attribute activity.
5 6 7 |
# File 'lib/go_api_client/domain/project.rb', line 5 def activity @activity end |
#last_build_label ⇒ Object
Returns the value of attribute last_build_label.
5 6 7 |
# File 'lib/go_api_client/domain/project.rb', line 5 def last_build_label @last_build_label end |
#last_build_status ⇒ Object
Returns the value of attribute last_build_status.
5 6 7 |
# File 'lib/go_api_client/domain/project.rb', line 5 def last_build_status @last_build_status end |
#last_build_time ⇒ Object
Returns the value of attribute last_build_time.
5 6 7 |
# File 'lib/go_api_client/domain/project.rb', line 5 def last_build_time @last_build_time end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/go_api_client/domain/project.rb', line 5 def name @name end |
#parsed_job_name ⇒ Object
Returns the value of attribute parsed_job_name.
6 7 8 |
# File 'lib/go_api_client/domain/project.rb', line 6 def parsed_job_name @parsed_job_name end |
#parsed_messages ⇒ Object
Returns the value of attribute parsed_messages.
6 7 8 |
# File 'lib/go_api_client/domain/project.rb', line 6 def end |
#parsed_pipeline_name ⇒ Object
Returns the value of attribute parsed_pipeline_name.
6 7 8 |
# File 'lib/go_api_client/domain/project.rb', line 6 def parsed_pipeline_name @parsed_pipeline_name end |
#parsed_stage ⇒ Object
Returns the value of attribute parsed_stage.
6 7 8 |
# File 'lib/go_api_client/domain/project.rb', line 6 def parsed_stage @parsed_stage end |
#parsed_stage_name ⇒ Object
Returns the value of attribute parsed_stage_name.
6 7 8 |
# File 'lib/go_api_client/domain/project.rb', line 6 def parsed_stage_name @parsed_stage_name end |
#web_uri ⇒ Object
Returns the value of attribute web_uri.
5 6 7 |
# File 'lib/go_api_client/domain/project.rb', line 5 def web_uri @web_uri end |