Class: KExt::Github::Models::Repository

Inherits:
Object
  • Object
show all
Defined in:
lib/k_ext/github/models/repository.rb

Overview

This model represents a GitHub Repository

Instance Method Summary collapse

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