Sha256: 3cdee7da594cca4d2ae2e7a7d94f1fe963403fba061db56d423cf970d472df98
Contents?: true
Size: 355 Bytes
Versions: 3
Compression:
Stored size: 355 Bytes
Contents
# Athenian::Organization ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | | | **avatar_url** | **String** | | | | **login** | **String** | | | ## Example ```ruby require 'athenian' instance = Athenian::Organization.new( name: null, avatar_url: null, login: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/Organization.md |
athenian-2.1.85 | docs/Organization.md |
athenian-2.1.81 | docs/Organization.md |