Class: Octogate::GH::User
- Inherits:
-
Object
- Object
- Octogate::GH::User
- Includes:
- Model
- Defined in:
- lib/octogate/gh/user.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Method Summary
Methods included from Model
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email.
5 6 7 |
# File 'lib/octogate/gh/user.rb', line 5 def email @email end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/octogate/gh/user.rb', line 5 def name @name end |
#username ⇒ Object (readonly)
Returns the value of attribute username.
5 6 7 |
# File 'lib/octogate/gh/user.rb', line 5 def username @username end |