Class: GithubMembers::Organization

Inherits:
Struct
  • Object
show all
Defined in:
lib/github_members/organization.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fullnameObject

Returns the value of attribute fullname



2
3
4
# File 'lib/github_members/organization.rb', line 2

def fullname
  @fullname
end

#nameObject

Returns the value of attribute name



2
3
4
# File 'lib/github_members/organization.rb', line 2

def name
  @name
end

#urlObject

Returns the value of attribute url



2
3
4
# File 'lib/github_members/organization.rb', line 2

def url
  @url
end