Class: KExt::Github::Models::Owner
- Inherits:
-
Object
- Object
- KExt::Github::Models::Owner
- Defined in:
- lib/k_ext/github/models/owner.rb
Overview
This model represents a GitHub owner
Instance Method Summary collapse
-
#initialize(attributes = nil) ⇒ Owner
constructor
A new instance of Owner.
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 |