Class: Karper::Message::Registration
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::Registration
- Defined in:
- lib/karper/message.rb
Instance Attribute Summary collapse
-
#invitation_token ⇒ Object
Returns the value of attribute invitation_token.
-
#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
#invitation_token ⇒ Object
Returns the value of attribute invitation_token
9 10 11 |
# File 'lib/karper/message.rb', line 9 def invitation_token @invitation_token end |
#newt ⇒ Object
Returns the value of attribute newt
9 10 11 |
# File 'lib/karper/message.rb', line 9 def newt @newt end |
#nick ⇒ Object
Returns the value of attribute nick
9 10 11 |
# File 'lib/karper/message.rb', line 9 def nick @nick end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
9 10 11 |
# File 'lib/karper/message.rb', line 9 def @timestamp end |
#user_id ⇒ Object
Returns the value of attribute user_id
9 10 11 |
# File 'lib/karper/message.rb', line 9 def user_id @user_id end |