Class: Octogate::GH::User

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/octogate/gh/user.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#initialize

Instance Attribute Details

#emailObject (readonly)

Returns the value of attribute email.



5
6
7
# File 'lib/octogate/gh/user.rb', line 5

def email
  @email
end

#nameObject (readonly)

Returns the value of attribute name.



5
6
7
# File 'lib/octogate/gh/user.rb', line 5

def name
  @name
end

#usernameObject (readonly)

Returns the value of attribute username.



5
6
7
# File 'lib/octogate/gh/user.rb', line 5

def username
  @username
end