Class: GoApiClient::Domain::Material

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes) ⇒ Material

Returns a new instance of Material.



8
9
10
# File 'lib/go_api_client/domain/material.rb', line 8

def initialize(attributes)
  super(attributes)
end

Instance Attribute Details

#branchObject

Returns the value of attribute branch.



5
6
7
# File 'lib/go_api_client/domain/material.rb', line 5

def branch
  @branch
end

#parsed_changesetsObject

Returns the value of attribute parsed_changesets.



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

def parsed_changesets
  @parsed_changesets
end

#pipeline_nameObject

Returns the value of attribute pipeline_name.



5
6
7
# File 'lib/go_api_client/domain/material.rb', line 5

def pipeline_name
  @pipeline_name
end

#stage_nameObject

Returns the value of attribute stage_name.



5
6
7
# File 'lib/go_api_client/domain/material.rb', line 5

def stage_name
  @stage_name
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/go_api_client/domain/material.rb', line 5

def type
  @type
end

#uriObject

Returns the value of attribute uri.



5
6
7
# File 'lib/go_api_client/domain/material.rb', line 5

def uri
  @uri
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/go_api_client/domain/material.rb', line 5

def url
  @url
end