class GoApiClient::Domain::Project
Attributes
activity[RW]
last_build_label[RW]
last_build_status[RW]
last_build_time[RW]
name[RW]
parsed_job_name[RW]
parsed_messages[RW]
parsed_pipeline_name[RW]
parsed_stage[RW]
parsed_stage_name[RW]
web_uri[RW]
Public Class Methods
new(attributes)
click to toggle source
Calls superclass method
GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/project.rb, line 8 def initialize(attributes) super(attributes) end