class KExt::Github::Models::Owner

This model represents a GitHub owner

Public Class Methods

new(attributes = nil) click to toggle source
Calls superclass method
# File lib/k_ext/github/models/owner.rb, line 10
def initialize(attributes = nil)
  # Virtus will take your attributes and match them to the attribute definitions listed below
  super(attributes)
end