Class: KExt::Github::Models::Repository
- Inherits:
-
Object
- Object
- KExt::Github::Models::Repository
- Defined in:
- lib/k_ext/github/models/repository.rb
Overview
This model represents a GitHub Repository
Instance Method Summary collapse
-
#initialize(attributes = nil) ⇒ Repository
constructor
A new instance of Repository.
Constructor Details
#initialize(attributes = nil) ⇒ Repository
Returns a new instance of Repository.
10 11 12 13 |
# File 'lib/k_ext/github/models/repository.rb', line 10 def initialize(attributes = nil) # Virtus will take your attributes and match them to the attribute definitions listed below super(attributes) end |