Class: Imouto::User
- Inherits:
-
Struct
- Object
- Struct
- Imouto::User
- Defined in:
- lib/irc.rb
Instance Attribute Summary collapse
-
#nick ⇒ Object
Returns the value of attribute nick.
-
#password ⇒ Object
Returns the value of attribute password.
-
#realname ⇒ Object
Returns the value of attribute realname.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#nick ⇒ Object
Returns the value of attribute nick
14 15 16 |
# File 'lib/irc.rb', line 14 def nick @nick end |
#password ⇒ Object
Returns the value of attribute password
14 15 16 |
# File 'lib/irc.rb', line 14 def password @password end |
#realname ⇒ Object
Returns the value of attribute realname
14 15 16 |
# File 'lib/irc.rb', line 14 def realname @realname end |
#username ⇒ Object
Returns the value of attribute username
14 15 16 |
# File 'lib/irc.rb', line 14 def username @username end |