Class: GHArchive::Repository
- Inherits:
-
Struct
- Object
- Struct
- GHArchive::Repository
- Defined in:
- lib/gh-archive/entities.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/gh-archive/entities.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/gh-archive/entities.rb', line 5 def name @name end |
#url ⇒ Object
Returns the value of attribute url
5 6 7 |
# File 'lib/gh-archive/entities.rb', line 5 def url @url end |