Class: CloudAlign::Artifact
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- CloudAlign::Artifact
- Defined in:
- lib/cloudalign/artifact.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from BaseEntity
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from BaseEntity
Constructor Details
This class inherits a constructor from CloudAlign::BaseEntity
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/cloudalign/artifact.rb', line 3 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/cloudalign/artifact.rb', line 3 def name @name end |