Class: Icalia::CodeRepository

Inherits:
ModelBase show all
Includes:
ResourceIdentity
Defined in:
lib/icalia-sdk-event-core/models/code_repository.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

#archivedObject (readonly)

Returns the value of attribute archived.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def archived
  @archived
end

#created_atObject (readonly)

include DeserializableResourceCreationTimestamp



9
10
11
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 9

def created_at
  @created_at
end

#default_branchObject (readonly)

Returns the value of attribute default_branch.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def default_branch
  @default_branch
end

#descriptionObject (readonly)

Returns the value of attribute description.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def description
  @description
end

#existsObject (readonly)

Returns the value of attribute exists.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def exists
  @exists
end

#forkObject (readonly)

Returns the value of attribute fork.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def fork
  @fork
end

#full_nameObject (readonly)

Returns the value of attribute full_name.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def full_name
  @full_name
end

#html_urlObject (readonly)

Returns the value of attribute html_url.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def html_url
  @html_url
end

#id_at_providerObject (readonly)

Returns the value of attribute id_at_provider.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def id_at_provider
  @id_at_provider
end

#nameObject (readonly)

Returns the value of attribute name.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def name
  @name
end

#privateObject (readonly)

Returns the value of attribute private.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def private
  @private
end

#providerObject (readonly)

Returns the value of attribute provider.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def provider
  @provider
end

#urlObject (readonly)

Returns the value of attribute url.



11
12
13
# File 'lib/icalia-sdk-event-core/models/code_repository.rb', line 11

def url
  @url
end