Class: Karper::Message::Authentication
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::Authentication
- Defined in:
- lib/karper/message.rb
Instance Attribute Summary collapse
-
#newt ⇒ Object
Returns the value of attribute newt.
-
#nick ⇒ Object
Returns the value of attribute nick.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#newt ⇒ Object
Returns the value of attribute newt
12 13 14 |
# File 'lib/karper/message.rb', line 12 def newt @newt end |
#nick ⇒ Object
Returns the value of attribute nick
12 13 14 |
# File 'lib/karper/message.rb', line 12 def nick @nick end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
12 13 14 |
# File 'lib/karper/message.rb', line 12 def @timestamp end |
#user_id ⇒ Object
Returns the value of attribute user_id
12 13 14 |
# File 'lib/karper/message.rb', line 12 def user_id @user_id end |