Class: KExt::Github::Models::Owner

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

Overview

This model represents a GitHub owner

Instance Method Summary collapse

Constructor Details

#initialize(attributes = nil) ⇒ Owner

Returns a new instance of Owner.



10
11
12
13
# 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