class KExt::Github::Models::Repository

This model represents a GitHub Repository

Public Class Methods

new(attributes = nil) click to toggle source
Calls superclass method
# 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