Class: Imouto::User

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

Instance Attribute Summary collapse

Instance Attribute Details

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



14
15
16
# File 'lib/irc.rb', line 14

def nick
  @nick
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



14
15
16
# File 'lib/irc.rb', line 14

def password
  @password
end

#realnameObject

Returns the value of attribute realname

Returns:

  • (Object)

    the current value of realname



14
15
16
# File 'lib/irc.rb', line 14

def realname
  @realname
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



14
15
16
# File 'lib/irc.rb', line 14

def username
  @username
end