Class: Icalia::CodeRepository
- Includes:
- ResourceIdentity
- Defined in:
- lib/icalia/models/code_repository.rb
Instance Attribute Summary collapse
-
#archived ⇒ Object
readonly
Returns the value of attribute archived.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#default_branch ⇒ Object
readonly
Returns the value of attribute default_branch.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#exists ⇒ Object
readonly
Returns the value of attribute exists.
-
#fork ⇒ Object
readonly
Returns the value of attribute fork.
-
#full_name ⇒ Object
readonly
Returns the value of attribute full_name.
-
#html_url ⇒ Object
readonly
Returns the value of attribute html_url.
-
#id_at_provider ⇒ Object
readonly
Returns the value of attribute id_at_provider.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#private ⇒ Object
readonly
Returns the value of attribute private.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
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
#archived ⇒ Object (readonly)
Returns the value of attribute archived.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def archived @archived end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
9 10 11 |
# File 'lib/icalia/models/code_repository.rb', line 9 def created_at @created_at end |
#default_branch ⇒ Object (readonly)
Returns the value of attribute default_branch.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def default_branch @default_branch end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def description @description end |
#exists ⇒ Object (readonly)
Returns the value of attribute exists.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def exists @exists end |
#fork ⇒ Object (readonly)
Returns the value of attribute fork.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def fork @fork end |
#full_name ⇒ Object (readonly)
Returns the value of attribute full_name.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def full_name @full_name end |
#html_url ⇒ Object (readonly)
Returns the value of attribute html_url.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def html_url @html_url end |
#id_at_provider ⇒ Object (readonly)
Returns the value of attribute id_at_provider.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def id_at_provider @id_at_provider end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def name @name end |
#private ⇒ Object (readonly)
Returns the value of attribute private.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def private @private end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def provider @provider end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
9 10 11 |
# File 'lib/icalia/models/code_repository.rb', line 9 def updated_at @updated_at end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
11 12 13 |
# File 'lib/icalia/models/code_repository.rb', line 11 def url @url end |