Class: GoApiClient::Domain::Material
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::Material
- Defined in:
- lib/go_api_client/domain/material.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#parsed_changesets ⇒ Object
Returns the value of attribute parsed_changesets.
-
#pipeline_name ⇒ Object
Returns the value of attribute pipeline_name.
-
#stage_name ⇒ Object
Returns the value of attribute stage_name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(attributes) ⇒ Material
constructor
A new instance of Material.
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
#branch ⇒ Object
Returns the value of attribute branch.
5 6 7 |
# File 'lib/go_api_client/domain/material.rb', line 5 def branch @branch end |
#parsed_changesets ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
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 |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/go_api_client/domain/material.rb', line 5 def type @type end |
#uri ⇒ Object
Returns the value of attribute uri.
5 6 7 |
# File 'lib/go_api_client/domain/material.rb', line 5 def uri @uri end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/go_api_client/domain/material.rb', line 5 def url @url end |