Class: Ghub::Models::Owner
- Inherits:
-
Struct
- Object
- Struct
- Ghub::Models::Owner
- Defined in:
- lib/ghub/models/owner.rb
Overview
Defines an owner.
Instance Attribute Summary collapse
-
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
-
#description ⇒ Object
Returns the value of attribute description.
-
#events_url ⇒ Object
Returns the value of attribute events_url.
-
#hooks_url ⇒ Object
Returns the value of attribute hooks_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#issues_url ⇒ Object
Returns the value of attribute issues_url.
-
#login ⇒ Object
Returns the value of attribute login.
-
#members_url ⇒ Object
Returns the value of attribute members_url.
-
#node_id ⇒ Object
Returns the value of attribute node_id.
-
#public_members_url ⇒ Object
Returns the value of attribute public_members_url.
-
#repos_url ⇒ Object
Returns the value of attribute repos_url.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ Owner
constructor
A new instance of Owner.
Constructor Details
#initialize ⇒ Owner
Returns a new instance of Owner.
20 21 22 23 |
# File 'lib/ghub/models/owner.rb', line 20 def initialize(**) super freeze end |
Instance Attribute Details
#avatar_url ⇒ Object
Returns the value of attribute avatar_url
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def avatar_url @avatar_url end |
#description ⇒ Object
Returns the value of attribute description
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def description @description end |
#events_url ⇒ Object
Returns the value of attribute events_url
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def events_url @events_url end |
#hooks_url ⇒ Object
Returns the value of attribute hooks_url
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def hooks_url @hooks_url end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def id @id end |
#issues_url ⇒ Object
Returns the value of attribute issues_url
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def issues_url @issues_url end |
#login ⇒ Object
Returns the value of attribute login
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def login @login end |
#members_url ⇒ Object
Returns the value of attribute members_url
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def members_url @members_url end |
#node_id ⇒ Object
Returns the value of attribute node_id
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def node_id @node_id end |
#public_members_url ⇒ Object
Returns the value of attribute public_members_url
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def public_members_url @public_members_url end |
#repos_url ⇒ Object
Returns the value of attribute repos_url
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def repos_url @repos_url end |
#url ⇒ Object
Returns the value of attribute url
6 7 8 |
# File 'lib/ghub/models/owner.rb', line 6 def url @url end |