Class: Icalia::CodeRepositoryReference
- Includes:
- ResourceIdentity
- Defined in:
- lib/icalia-sdk-event-core/models/code_repository_reference.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Attributes inherited from ModelBase
Method Summary
Methods included from ResourceIdentity
Methods inherited from ModelBase
has_many, has_one, #initialize
Constructor Details
This class inherits a constructor from Icalia::ModelBase
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label.
6 7 8 |
# File 'lib/icalia-sdk-event-core/models/code_repository_reference.rb', line 6 def label @label end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/icalia-sdk-event-core/models/code_repository_reference.rb', line 6 def name @name end |