Class: GoApiClient::Domain::Project

Inherits:
AttributeHelper show all
Defined in:
lib/go_api_client/domain/project.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#activityObject

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_labelObject

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_statusObject

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_timeObject

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

#nameObject

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_nameObject

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_messagesObject

Returns the value of attribute parsed_messages.



6
7
8
# File 'lib/go_api_client/domain/project.rb', line 6

def parsed_messages
  @parsed_messages
end

#parsed_pipeline_nameObject

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_stageObject

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_nameObject

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_uriObject

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