class Repo::Owner
- Repo::Owner
- Reference
- Object
Defined in:
repo/owner.crConstructors
Class Method Summary
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #description : String | Nil
- #description=(description : String | Nil)
- #extra : Hash(String, JSON::Any)
- #extra=(extra : Hash(String, JSON::Any))
-
#hash(hasher)
See
Object#hash(hasher)
- #id : Int64
- #id=(id : Int64)
- #id? : Int64 | Nil
- #name : String | Nil
- #name=(name : String | Nil)
- #resolver : String
- #resolver=(resolver : String)
- #shards_count : Int32 | Nil
- #shards_count=(shards_count : Int32 | Nil)
- #slug : String
- #slug=(slug : String)
- #website_url : String | Nil
Constructor Detail
def self.new(resolver : String, slug : String, name : String | Nil = nil, description : String | Nil = nil, extra : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, shards_count : Int32 | Nil = nil, *, id : Int64 | Nil = nil)
#
Class Method Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.