Class: Icalia::CodeRepositoryReference

Inherits:
ModelBase
  • Object
show all
Includes:
ResourceIdentity
Defined in:
lib/icalia-sdk-event-core/models/code_repository_reference.rb

Instance Attribute Summary collapse

Attributes inherited from ModelBase

#serialization_context

Method Summary

Methods included from ResourceIdentity

#to_key

Methods inherited from ModelBase

has_many, has_one, #initialize

Constructor Details

This class inherits a constructor from Icalia::ModelBase

Instance Attribute Details

#labelObject (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

#nameObject (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