Class: Ghub::Models::Owner

Inherits:
Struct
  • Object
show all
Defined in:
lib/ghub/models/owner.rb

Overview

Defines an owner.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOwner

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_urlObject

Returns the value of attribute avatar_url

Returns:

  • (Object)

    the current value of avatar_url



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def avatar_url
  @avatar_url
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def description
  @description
end

#events_urlObject

Returns the value of attribute events_url

Returns:

  • (Object)

    the current value of events_url



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def events_url
  @events_url
end

#hooks_urlObject

Returns the value of attribute hooks_url

Returns:

  • (Object)

    the current value of hooks_url



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def hooks_url
  @hooks_url
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def id
  @id
end

#issues_urlObject

Returns the value of attribute issues_url

Returns:

  • (Object)

    the current value of issues_url



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def issues_url
  @issues_url
end

#loginObject

Returns the value of attribute login

Returns:

  • (Object)

    the current value of login



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def 
  @login
end

#members_urlObject

Returns the value of attribute members_url

Returns:

  • (Object)

    the current value of members_url



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def members_url
  @members_url
end

#node_idObject

Returns the value of attribute node_id

Returns:

  • (Object)

    the current value of node_id



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def node_id
  @node_id
end

#public_members_urlObject

Returns the value of attribute public_members_url

Returns:

  • (Object)

    the current value of public_members_url



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def public_members_url
  @public_members_url
end

#repos_urlObject

Returns the value of attribute repos_url

Returns:

  • (Object)

    the current value of repos_url



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def repos_url
  @repos_url
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/ghub/models/owner.rb', line 6

def url
  @url
end