Class: GithubMembers::Organization
- Inherits:
-
Struct
- Object
- Struct
- GithubMembers::Organization
- Defined in:
- lib/github_members/organization.rb
Instance Attribute Summary collapse
-
#fullname ⇒ Object
Returns the value of attribute fullname.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#fullname ⇒ Object
Returns the value of attribute fullname
2 3 4 |
# File 'lib/github_members/organization.rb', line 2 def fullname @fullname end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/github_members/organization.rb', line 2 def name @name end |
#url ⇒ Object
Returns the value of attribute url
2 3 4 |
# File 'lib/github_members/organization.rb', line 2 def url @url end |